Searched refs:s3_11_2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c557 const __m256i s3_11_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_m16); local
566 const __m256i s3_11_4 = _mm256_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
1215 const __m256i s3_11_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_m16); local
1224 const __m256i s3_11_4 = _mm256_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
H A Dvp9_dct32x32_sse2.c551 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16); local
560 const __m128i s3_11_4 = _mm_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
1209 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16); local
1218 const __m128i s3_11_4 = _mm_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c557 const __m256i s3_11_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_m16); local
566 const __m256i s3_11_4 = _mm256_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
1215 const __m256i s3_11_2 = _mm256_madd_epi16(s3_11_0, k__cospi_p16_m16); local
1224 const __m256i s3_11_4 = _mm256_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
H A Dvp9_dct32x32_sse2.c548 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16); local
557 const __m128i s3_11_4 = _mm_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);
1206 const __m128i s3_11_2 = _mm_madd_epi16(s3_11_0, k__cospi_p16_m16); local
1215 const __m128i s3_11_4 = _mm_add_epi32(s3_11_2, k__DCT_CONST_ROUNDING);

Completed in 60 milliseconds