Searched defs:s3_13_2 (Results 1 - 4 of 4) sorted by last modified time

/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c561 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); local
570 const __m256i s3_13_4 = _mm256_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
1219 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); local
1228 const __m256i s3_13_4 = _mm256_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
H A Dvp9_dct32x32_sse2.c552 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); local
561 const __m128i s3_13_4 = _mm_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
1210 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); local
1219 const __m128i s3_13_4 = _mm_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c561 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); local
570 const __m256i s3_13_4 = _mm256_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
1219 const __m256i s3_13_2 = _mm256_madd_epi16(s3_10_0, k__cospi_p16_p16); local
1228 const __m256i s3_13_4 = _mm256_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
H A Dvp9_dct32x32_sse2.c555 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); local
564 const __m128i s3_13_4 = _mm_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);
1213 const __m128i s3_13_2 = _mm_madd_epi16(s3_10_0, k__cospi_p16_p16); local
1222 const __m128i s3_13_4 = _mm_add_epi32(s3_13_2, k__DCT_CONST_ROUNDING);

Completed in 97 milliseconds