OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s2_27_2
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h
353
const __m256i
s2_27_2
= _mm256_madd_epi16(s2_20_0, k__cospi_p16_p16);
local
370
const __m256i s2_27_4 = _mm256_add_epi32(
s2_27_2
, k__DCT_CONST_ROUNDING);
[
all
...]
fwd_dct32x32_impl_sse2.h
423
const __m128i
s2_27_2
= _mm_madd_epi16(s2_20_0, k__cospi_p16_p16);
local
440
const __m128i s2_27_4 = _mm_add_epi32(
s2_27_2
, k__DCT_CONST_ROUNDING);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c
352
const __m256i
s2_27_2
= _mm256_madd_epi16(s2_20_0, k__cospi_p16_p16);
local
369
const __m256i s2_27_4 = _mm256_add_epi32(
s2_27_2
, k__DCT_CONST_ROUNDING);
[
all
...]
vp9_dct32x32_sse2.c
343
const __m128i
s2_27_2
= _mm_madd_epi16(s2_20_0, k__cospi_p16_p16);
local
360
const __m128i s2_27_4 = _mm_add_epi32(
s2_27_2
, k__DCT_CONST_ROUNDING);
[
all
...]
Completed in 1208 milliseconds