Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h563 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); in FDCT32x32_2D_AVX2() local
572 const __m256i s3_13_5 = _mm256_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING); in FDCT32x32_2D_AVX2()
1221 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); in FDCT32x32_2D_AVX2() local
1230 const __m256i s3_13_5 = _mm256_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h671 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); in FDCT32x32_2D() local
680 const __m128i s3_13_5 = _mm_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING); in FDCT32x32_2D()
1522 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); in FDCT32x32_2D() local
1531 const __m128i s3_13_5 = _mm_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING); in FDCT32x32_2D()