Searched refs:gxb (Results 1 – 1 of 1) sorted by relevance
3674 __m128i gxb = _mm_packus_epi16(gw, xw); in stbi__YCbCr_to_RGB_simd() local3677 __m128i t0 = _mm_unpacklo_epi8(brb, gxb); in stbi__YCbCr_to_RGB_simd()3678 __m128i t1 = _mm_unpackhi_epi8(brb, gxb); in stbi__YCbCr_to_RGB_simd()