Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_neon.c25 #define MULT_FIX_FLOOR_C(x, y) (((uint64_t)(x) * (y)) >> WEBP_RESCALER_RFIX) macro
152 const int v = (int)MULT_FIX_FLOOR_C(irow[x_out] - frac, fxy_scale); in RescalerExportRowShrink_NEON()
177 #undef MULT_FIX_FLOOR_C

Completed in 3 milliseconds