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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c562 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); local
571 const __m256i s3_13_5 = _mm256_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
1220 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); local
1229 const __m256i s3_13_5 = _mm256_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
H A Dvp9_dct32x32_sse2.c556 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); local
565 const __m128i s3_13_5 = _mm_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
1214 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); local
1223 const __m128i s3_13_5 = _mm_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c562 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); local
571 const __m256i s3_13_5 = _mm256_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
1220 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); local
1229 const __m256i s3_13_5 = _mm256_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
H A Dvp9_dct32x32_sse2.c553 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); local
562 const __m128i s3_13_5 = _mm_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);
1211 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); local
1220 const __m128i s3_13_5 = _mm_add_epi32(s3_13_3, k__DCT_CONST_ROUNDING);

Completed in 237 milliseconds