Home
last modified time | relevance | path

Searched refs:fxy_scale_half (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.c130 const int32x4_t fxy_scale_half = MAKE_HALF_CST(fxy_scale); in RescalerExportRowShrink_NEON() local
142 const uint32x4_t C0 = MULT_FIX_FLOOR(B0, fxy_scale_half); in RescalerExportRowShrink_NEON()
143 const uint32x4_t C1 = MULT_FIX_FLOOR(B1, fxy_scale_half); in RescalerExportRowShrink_NEON()
160 const uint32x4_t A0 = MULT_FIX(in0, fxy_scale_half); in RescalerExportRowShrink_NEON()
161 const uint32x4_t A1 = MULT_FIX(in1, fxy_scale_half); in RescalerExportRowShrink_NEON()

Completed in 2 milliseconds