Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h975 const __m256i s3_22_1 = _mm256_unpackhi_epi16(step2[22], step2[25]); in FDCT32x32_2D_AVX2() local
983 const __m256i s3_22_3 = _mm256_madd_epi16(s3_22_1, k__cospi_m12_m20); in FDCT32x32_2D_AVX2()
985 const __m256i s3_25_3 = _mm256_madd_epi16(s3_22_1, k__cospi_m20_p12); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h1113 const __m128i s3_22_1 = _mm_unpackhi_epi16(step2[22], step2[25]); in FDCT32x32_2D() local
1121 const __m128i s3_22_3 = _mm_madd_epi16(s3_22_1, k__cospi_m12_m20); in FDCT32x32_2D()
1123 const __m128i s3_25_3 = _mm_madd_epi16(s3_22_1, k__cospi_m20_p12); in FDCT32x32_2D()