OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp3_2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c
402
const __m128i
tmp3_2
= _mm_add_epi32(tmp3_1, k937);
local
404
const __m128i tmp3 = _mm_srai_epi32(
tmp3_2
, 9);
[
all
...]
/external/webp/src/dsp/
enc_sse2.c
402
const __m128i
tmp3_2
= _mm_add_epi32(tmp3_1, k937);
local
404
const __m128i tmp3 = _mm_srai_epi32(
tmp3_2
, 9);
[
all
...]
Completed in 24 milliseconds