Searched refs:uv_0 (Results 1 – 1 of 1) sorted by relevance
199 const __m128i uv_0 = LoadUVPart(u[0], v[0]); in YuvToRgbaRowSSE2() local201 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToRgbaRowSSE2()202 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToRgbaRowSSE2()230 const __m128i uv_0 = LoadUVPart(u[0], v[0]); in YuvToBgraRowSSE2() local231 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToBgraRowSSE2()232 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToBgraRowSSE2()254 const __m128i uv_0 = LoadUVPart(u[0], v[0]); in YuvToArgbRowSSE2() local255 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToArgbRowSSE2()256 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToArgbRowSSE2()