Searched refs:U_tmp (Results 1 – 1 of 1) sorted by relevance
142 int16x8_t U_tmp, V_tmp; in ConvertARGBToUV_NEON() local143 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()