OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s3_18_1
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h
861
const __m256i
s3_18_1
= _mm256_unpackhi_epi16(step2[18], step2[29]);
local
[
all
...]
fwd_dct32x32_impl_sse2.h
1100
const __m128i
s3_18_1
= _mm_unpackhi_epi16(step2[18], step2[29]);
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c
860
const __m256i
s3_18_1
= _mm256_unpackhi_epi16(step2[18], step2[29]);
local
[
all
...]
vp9_dct32x32_sse2.c
851
const __m128i
s3_18_1
= _mm_unpackhi_epi16(step2[18], step2[29]);
local
[
all
...]
Completed in 1009 milliseconds