Searched refs:MULT_FIX_FLOOR_C (Results 1 – 1 of 1) sorted by relevance
25 #define MULT_FIX_FLOOR_C(x, y) (((uint64_t)(x) * (y)) >> WEBP_RESCALER_RFIX) macro149 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR_C(frow[x_out], yscale); in RescalerExportRowShrink_NEON()173 #undef MULT_FIX_FLOOR_C