OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s2_22_4
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h
360
const __m256i
s2_22_4
= _mm256_add_epi32(s2_22_2, k__DCT_CONST_ROUNDING);
local
376
const __m256i s2_22_6 = _mm256_srai_epi32(
s2_22_4
, DCT_CONST_BITS);
[
all
...]
fwd_dct32x32_impl_sse2.h
430
const __m128i
s2_22_4
= _mm_add_epi32(s2_22_2, k__DCT_CONST_ROUNDING);
local
446
const __m128i s2_22_6 = _mm_srai_epi32(
s2_22_4
, DCT_CONST_BITS);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c
359
const __m256i
s2_22_4
= _mm256_add_epi32(s2_22_2, k__DCT_CONST_ROUNDING);
local
375
const __m256i s2_22_6 = _mm256_srai_epi32(
s2_22_4
, DCT_CONST_BITS);
[
all
...]
vp9_dct32x32_sse2.c
350
const __m128i
s2_22_4
= _mm_add_epi32(s2_22_2, k__DCT_CONST_ROUNDING);
local
366
const __m128i s2_22_6 = _mm_srai_epi32(
s2_22_4
, DCT_CONST_BITS);
[
all
...]
Completed in 4751 milliseconds