Searched refs:rgb_e_f (Results 1 – 1 of 1) sorted by relevance
218 __m128i rgb_e_f = _mm_unpackhi_epi8(rgb_row_2, zero_2); in ConvertRGB32ToYUVRow_SSE2() local223 _mm_add_epi16(_mm_unpackhi_epi8(rgb_row_1, zero_2), rgb_e_f); in ConvertRGB32ToYUVRow_SSE2()228 rgb_e_f = _mm_madd_epi16(rgb_e_f, y_table); in ConvertRGB32ToYUVRow_SSE2()233 _mm_castsi128_ps(rgb_e_f), in ConvertRGB32ToYUVRow_SSE2()237 _mm_castsi128_ps(rgb_e_f), in ConvertRGB32ToYUVRow_SSE2()