Searched refs:V_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()146 const uint8x8_t V = vqrshrun_n_s16(V_tmp, 1); in ConvertARGBToUV_NEON()