OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp0_4
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
yuv_sse2.c
137
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/
yuv_sse2.c
137
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 142 milliseconds