Searched refs:tmp0_4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_sse2.c137 const __m128i tmp0_4 = GetRGBA32b(y[n + 3], u[n + 3], v[n + 3]); local
139 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4);
204 const __m128i tmp0_4 = GetRGBA32bWithUV(y[3], uv_1); local
206 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4);
/external/webp/src/dsp/
H A Dyuv_sse2.c137 const __m128i tmp0_4 = GetRGBA32b(y[n + 3], u[n + 3], v[n + 3]); local
139 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4);
204 const __m128i tmp0_4 = GetRGBA32bWithUV(y[3], uv_1); local
206 const __m128i tmp1_2 = _mm_packs_epi32(tmp0_3, tmp0_4);

Completed in 102 milliseconds