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