@@ -207,18 +207,18 @@ gint *chafa_gen_noise_matrix (gdouble magnitude);
207
207
/* Math stuff */
208
208
209
209
#ifdef HAVE_MMX_INTRINSICS
210
- void calc_colors_mmx (const ChafaPixel * pixels , ChafaColorAccum * accums_out , const guint8 * cov );
210
+ void chafa_extract_cell_mean_colors_mmx (const ChafaPixel * pixels , ChafaColorAccum * accums_out , const guint8 * cov );
211
211
#endif
212
212
213
213
#ifdef HAVE_SSE41_INTRINSICS
214
- gint calc_error_sse41 (const ChafaPixel * pixels , const ChafaColorPair * color_pair , const guint8 * cov ) G_GNUC_PURE ;
214
+ gint chafa_calc_cell_error_sse41 (const ChafaPixel * pixels , const ChafaColorPair * color_pair , const guint8 * cov );
215
215
#endif
216
216
217
217
#ifdef HAVE_AVX2_INTRINSICS
218
- gint calc_error_avx2 (const ChafaPixel * pixels , const ChafaColorPair * color_pair ,
219
- const guint32 * sym_mask_u32 ) G_GNUC_PURE ;
220
- void calc_colors_avx2 (const ChafaPixel * pixels , ChafaColorAccum * accums_out ,
221
- const guint32 * sym_mask_u32 );
218
+ gint chafa_calc_cell_error_avx2 (const ChafaPixel * pixels , const ChafaColorPair * color_pair ,
219
+ const guint32 * sym_mask_u32 );
220
+ void chafa_extract_cell_mean_colors_avx2 (const ChafaPixel * pixels , ChafaColorAccum * accums_out ,
221
+ const guint32 * sym_mask_u32 );
222
222
void chafa_color_accum_div_scalar_avx2 (ChafaColorAccum * accum , guint16 divisor );
223
223
#endif
224
224
0 commit comments