/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_dct32x32_impl_avx2.h | 553 const __m256i s3_10_1 = _mm256_unpackhi_epi16(step2[13], step2[10]); local 557 const __m256i s3_10_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_m16); 563 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); 1211 const __m256i s3_10_1 = _mm256_unpackhi_epi16(step2[13], step2[10]); local [all...] |
fwd_dct32x32_impl_sse2.h | 661 const __m128i s3_10_1 = _mm_unpackhi_epi16(step2[13], step2[10]); local 1512 const __m128i s3_10_1 = _mm_unpackhi_epi16(step2[13], step2[10]); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_dct32x32_avx2.c | 552 const __m256i s3_10_1 = _mm256_unpackhi_epi16(step2[13], step2[10]); local 556 const __m256i s3_10_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_m16); 562 const __m256i s3_13_3 = _mm256_madd_epi16(s3_10_1, k__cospi_p16_p16); 1210 const __m256i s3_10_1 = _mm256_unpackhi_epi16(step2[13], step2[10]); local [all...] |
vp9_dct32x32_sse2.c | 543 const __m128i s3_10_1 = _mm_unpackhi_epi16(step2[13], step2[10]); local 547 const __m128i s3_10_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_m16); 553 const __m128i s3_13_3 = _mm_madd_epi16(s3_10_1, k__cospi_p16_p16); 1201 const __m128i s3_10_1 = _mm_unpackhi_epi16(step2[13], step2[10]); local [all...] |