Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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()
145 const uint8x8_t U = vqrshrun_n_s16(U_tmp, 1); in ConvertARGBToUV_NEON()