Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h841 const __m256i s2_10_0 = _mm256_unpacklo_epi16(step1[10], step1[13]); in FDCT32x32_2D_AVX2() local
845 const __m256i s2_10_2 = _mm256_madd_epi16(s2_10_0, k__cospi_m24_m08); in FDCT32x32_2D_AVX2()
847 const __m256i s2_13_2 = _mm256_madd_epi16(s2_10_0, k__cospi_m08_p24); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h947 const __m128i s2_10_0 = _mm_unpacklo_epi16(step1[10], step1[13]); in FDCT32x32_2D() local
951 const __m128i s2_10_2 = _mm_madd_epi16(s2_10_0, k__cospi_m24_m08); in FDCT32x32_2D()
953 const __m128i s2_13_2 = _mm_madd_epi16(s2_10_0, k__cospi_m08_p24); in FDCT32x32_2D()