OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shuf23_p
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c
384
const __m128i
shuf23_p
=
local
388
const __m128i s01 = _mm_unpacklo_epi64(shuf01_p,
shuf23_p
);
389
const __m128i s32 = _mm_unpackhi_epi64(shuf01_p,
shuf23_p
);
[
all
...]
/external/webp/src/dsp/
enc_sse2.c
384
const __m128i
shuf23_p
=
local
388
const __m128i s01 = _mm_unpacklo_epi64(shuf01_p,
shuf23_p
);
389
const __m128i s32 = _mm_unpackhi_epi64(shuf01_p,
shuf23_p
);
[
all
...]
Completed in 165 milliseconds