OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s2_25_5
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h
367
const __m256i
s2_25_5
= _mm256_add_epi32(s2_25_3, k__DCT_CONST_ROUNDING);
local
383
const __m256i s2_25_7 = _mm256_srai_epi32(
s2_25_5
, DCT_CONST_BITS);
[
all
...]
fwd_dct32x32_impl_sse2.h
437
const __m128i
s2_25_5
= _mm_add_epi32(s2_25_3, k__DCT_CONST_ROUNDING);
local
453
const __m128i s2_25_7 = _mm_srai_epi32(
s2_25_5
, DCT_CONST_BITS);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c
366
const __m256i
s2_25_5
= _mm256_add_epi32(s2_25_3, k__DCT_CONST_ROUNDING);
local
382
const __m256i s2_25_7 = _mm256_srai_epi32(
s2_25_5
, DCT_CONST_BITS);
[
all
...]
vp9_dct32x32_sse2.c
357
const __m128i
s2_25_5
= _mm_add_epi32(s2_25_3, k__DCT_CONST_ROUNDING);
local
373
const __m128i s2_25_7 = _mm_srai_epi32(
s2_25_5
, DCT_CONST_BITS);
[
all
...]
Completed in 43 milliseconds