Home
last modified time | relevance | path

Searched refs:fxy_scale (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips_dsp_r2.c37 const int temp7 = (int)wrk->fxy_scale;
42 assert(wrk->fxy_scale != 0);
111 const int v = (int)MULT_FIX(*irow - frac, wrk->fxy_scale);
158 const int v = (int)MULT_FIX_FLOOR(*irow, wrk->fxy_scale);
Drescaler_neon.c125 const uint32_t fxy_scale = wrk->fxy_scale; in RescalerExportRowShrink_NEON() local
128 const int32x4_t fxy_scale_half = MAKE_HALF_CST(fxy_scale); in RescalerExportRowShrink_NEON()
150 const int v = (int)MULT_FIX_C(irow[x_out] - frac, fxy_scale); in RescalerExportRowShrink_NEON()
166 const int v = (int)MULT_FIX_C(irow[x_out], fxy_scale); in RescalerExportRowShrink_NEON()
Drescaler.c140 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale); in WebPRescalerExportRowShrink_C()
146 const int v = (int)MULT_FIX(irow[x_out], wrk->fxy_scale); in WebPRescalerExportRowShrink_C()
174 } else if (wrk->fxy_scale) { in WebPRescalerExportRow()
Drescaler_mips32.c220 const int temp2 = (int)wrk->fxy_scale;
226 assert(wrk->fxy_scale != 0);
Drescaler_msa.c270 const v4u32 fxyscale = (v4u32)__msa_fill_w(wrk->fxy_scale);
344 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale);
354 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fxy_scale);
405 const int v = (int)MULT_FIX(irow[x_out], wrk->fxy_scale);
Drescaler_sse2.c297 const int scale_xy = wrk->fxy_scale; in RescalerExportRowShrink_SSE2()
324 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale); in RescalerExportRowShrink_SSE2()
329 const uint32_t scale = wrk->fxy_scale; in RescalerExportRowShrink_SSE2()
/external/webp/src/utils/
Drescaler_utils.c61 wrk->fxy_scale = 0; in WebPRescalerInit()
63 wrk->fxy_scale = (uint32_t)ratio; in WebPRescalerInit()
Drescaler_utils.h37 uint32_t fxy_scale; // '' member