Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h696 const __m256i s1_18_0 = _mm256_unpacklo_epi16(step3[18], step3[29]); in FDCT32x32_2D_AVX2() local
704 const __m256i s1_18_2 = _mm256_madd_epi16(s1_18_0, k__cospi_m08_p24); in FDCT32x32_2D_AVX2()
718 const __m256i s1_29_2 = _mm256_madd_epi16(s1_18_0, k__cospi_p24_p08); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h792 const __m128i s1_18_0 = _mm_unpacklo_epi16(step3[18], step3[29]); in FDCT32x32_2D() local
800 const __m128i s1_18_2 = _mm_madd_epi16(s1_18_0, k__cospi_m08_p24); in FDCT32x32_2D()
814 const __m128i s1_29_2 = _mm_madd_epi16(s1_18_0, k__cospi_p24_p08); in FDCT32x32_2D()