Searched refs:GetRGBA32bWithUV (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | yuv_sse2.c | 94 static WEBP_INLINE __m128i GetRGBA32bWithUV(int y, const __m128i uv_part) { in GetRGBA32bWithUV() function 103 return GetRGBA32bWithUV(y, uv_part); in GetRGBA32b() 201 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToRgbaRowSSE2() 202 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToRgbaRowSSE2() 203 const __m128i tmp0_3 = GetRGBA32bWithUV(y[2], uv_1); in YuvToRgbaRowSSE2() 204 const __m128i tmp0_4 = GetRGBA32bWithUV(y[3], uv_1); in YuvToRgbaRowSSE2() 231 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToBgraRowSSE2() 232 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToBgraRowSSE2() 255 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToArgbRowSSE2() 256 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToArgbRowSSE2()
|