Home
last modified time | relevance | path

Searched refs:s2_09_1 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h840 const __m256i s2_09_1 = _mm256_unpackhi_epi16(step1[9], step1[14]); in FDCT32x32_2D_AVX2() local
844 const __m256i s2_09_3 = _mm256_madd_epi16(s2_09_1, k__cospi_m08_p24); in FDCT32x32_2D_AVX2()
850 const __m256i s2_14_3 = _mm256_madd_epi16(s2_09_1, k__cospi_p24_p08); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h946 const __m128i s2_09_1 = _mm_unpackhi_epi16(step1[9], step1[14]); in FDCT32x32_2D() local
950 const __m128i s2_09_3 = _mm_madd_epi16(s2_09_1, k__cospi_m08_p24); in FDCT32x32_2D()
956 const __m128i s2_14_3 = _mm_madd_epi16(s2_09_1, k__cospi_p24_p08); in FDCT32x32_2D()