Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_neon.c142 int16x8_t U_tmp, V_tmp; in ConvertARGBToUV_NEON() local
143 CONVERT_RGB_TO_UV(R, G, B, 1, U_tmp, V_tmp); in ConvertARGBToUV_NEON()
146 const uint8x8_t V = vqrshrun_n_s16(V_tmp, 1); in ConvertARGBToUV_NEON()

Completed in 3 milliseconds