Searched refs:fxy_scale (Results 1 – 8 of 8) sorted by relevance
35 const int temp7 = (int)wrk->fxy_scale; in ExportRowShrink()40 assert(wrk->fxy_scale != 0); in ExportRowShrink()109 const int v = (int)MULT_FIX(*irow - frac, wrk->fxy_scale); in ExportRowShrink()157 const int v = (int)MULT_FIX(*irow, wrk->fxy_scale); in ExportRowShrink()
123 const uint32_t fxy_scale = wrk->fxy_scale; in RescalerExportRowShrink() local126 const int32x4_t fxy_scale_half = MAKE_HALF_CST(fxy_scale); in RescalerExportRowShrink()148 const int v = (int)MULT_FIX_C(irow[x_out] - frac, wrk->fxy_scale); in RescalerExportRowShrink()165 const int v = (int)MULT_FIX_C(irow[x_out], fxy_scale); in RescalerExportRowShrink()
139 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale); in WebPRescalerExportRowShrinkC()146 const int v = (int)MULT_FIX(irow[x_out], wrk->fxy_scale); in WebPRescalerExportRowShrinkC()174 } else if (wrk->fxy_scale) { in WebPRescalerExportRow()
217 const int temp2 = (int)wrk->fxy_scale; in ExportRowShrink()223 assert(wrk->fxy_scale != 0); in ExportRowShrink()
270 const v4u32 fxyscale = (v4u32)__msa_fill_w(wrk->fxy_scale); in ExportRowShrink_0()344 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale); in ExportRowShrink_0()355 const v4u32 scale = (v4u32)__msa_fill_w(wrk->fxy_scale); in ExportRowShrink_1()406 const int v = (int)MULT_FIX(irow[x_out], wrk->fxy_scale); in ExportRowShrink_1()
300 const int scale_xy = wrk->fxy_scale; in RescalerExportRowShrinkSSE2()332 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale); in RescalerExportRowShrinkSSE2()338 const uint32_t scale = wrk->fxy_scale; in RescalerExportRowShrinkSSE2()
61 wrk->fxy_scale = 0; in WebPRescalerInit()63 wrk->fxy_scale = (uint32_t)ratio; in WebPRescalerInit()
37 uint32_t fxy_scale; // '' member