Searched refs:fxy_scale (Results 1 – 8 of 8) sorted by relevance
37 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);
125 const uint32_t fxy_scale = wrk->fxy_scale; in RescalerExportRowShrink_NEON() local128 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()
140 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()
220 const int temp2 = (int)wrk->fxy_scale;226 assert(wrk->fxy_scale != 0);
270 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);
297 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()
61 wrk->fxy_scale = 0; in WebPRescalerInit()63 wrk->fxy_scale = (uint32_t)ratio; in WebPRescalerInit()
37 uint32_t fxy_scale; // '' member