Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h672 const __m256i s1_05_0 = _mm256_unpacklo_epi16(step3[6], step3[5]); in FDCT32x32_2D_AVX2() local
674 const __m256i s1_05_2 = _mm256_madd_epi16(s1_05_0, k__cospi_p16_m16); in FDCT32x32_2D_AVX2()
676 const __m256i s1_06_2 = _mm256_madd_epi16(s1_05_0, k__cospi_p16_p16); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h762 const __m128i s1_05_0 = _mm_unpacklo_epi16(step3[6], step3[5]); in FDCT32x32_2D() local
764 const __m128i s1_05_2 = _mm_madd_epi16(s1_05_0, k__cospi_p16_m16); in FDCT32x32_2D()
766 const __m128i s1_06_2 = _mm_madd_epi16(s1_05_0, k__cospi_p16_p16); in FDCT32x32_2D()