OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s2_23_2
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h
345
const __m256i
s2_23_2
= _mm256_madd_epi16(s2_23_0, k__cospi_p16_m16);
local
362
const __m256i s2_23_4 = _mm256_add_epi32(
s2_23_2
, k__DCT_CONST_ROUNDING);
[
all
...]
fwd_dct32x32_impl_sse2.h
415
const __m128i
s2_23_2
= _mm_madd_epi16(s2_23_0, k__cospi_p16_m16);
local
432
const __m128i s2_23_4 = _mm_add_epi32(
s2_23_2
, k__DCT_CONST_ROUNDING);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c
344
const __m256i
s2_23_2
= _mm256_madd_epi16(s2_23_0, k__cospi_p16_m16);
local
361
const __m256i s2_23_4 = _mm256_add_epi32(
s2_23_2
, k__DCT_CONST_ROUNDING);
[
all
...]
vp9_dct32x32_sse2.c
335
const __m128i
s2_23_2
= _mm_madd_epi16(s2_23_0, k__cospi_p16_m16);
local
352
const __m128i s2_23_4 = _mm_add_epi32(
s2_23_2
, k__DCT_CONST_ROUNDING);
[
all
...]
Completed in 44 milliseconds