Home
last modified time | relevance | path

Searched refs:uv_0 (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dyuv_sse2.c199 const __m128i uv_0 = LoadUVPart(u[0], v[0]); in YuvToRgbaRowSSE2() local
201 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() local
231 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() local
255 const __m128i tmp0_1 = GetRGBA32bWithUV(y[0], uv_0); in YuvToArgbRowSSE2()
256 const __m128i tmp0_2 = GetRGBA32bWithUV(y[1], uv_0); in YuvToArgbRowSSE2()