Searched refs:MULT_FIX_C (Results 1 – 1 of 1) sorted by relevance
24 #define MULT_FIX_C(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX) macro89 const int v = (int)MULT_FIX_C(J, fy_scale); in RescalerExportRowExpand_NEON()111 const int v = (int)MULT_FIX_C(J, fy_scale); in RescalerExportRowExpand_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()174 #undef MULT_FIX_C