Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h703 const __m256i s1_21_1 = _mm256_unpackhi_epi16(step3[21], step3[26]); in FDCT32x32_2D_AVX2() local
711 const __m256i s1_21_3 = _mm256_madd_epi16(s1_21_1, k__cospi_m24_m08); in FDCT32x32_2D_AVX2()
713 const __m256i s1_26_3 = _mm256_madd_epi16(s1_21_1, k__cospi_m08_p24); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h799 const __m128i s1_21_1 = _mm_unpackhi_epi16(step3[21], step3[26]); in FDCT32x32_2D() local
807 const __m128i s1_21_3 = _mm_madd_epi16(s1_21_1, k__cospi_m24_m08); in FDCT32x32_2D()
809 const __m128i s1_26_3 = _mm_madd_epi16(s1_21_1, k__cospi_m08_p24); in FDCT32x32_2D()