/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_dct_avx2.c | 449 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); local 464 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); 466 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); 620 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 632 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_4, tr0_5); 634 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_4, tr0_5); 1568 const __m128i tr0_5 = _mm_unpacklo_epi16(res06, res07); local 1634 const __m128i tr0_5 = _mm_unpacklo_epi16(res14, res15); local [all...] |
vp9_dct_sse2.c | 550 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); local 565 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); 567 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); 721 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 1669 const __m128i tr0_5 = _mm_unpacklo_epi16(res06, res07); local 1735 const __m128i tr0_5 = _mm_unpacklo_epi16(res14, res15); local [all...] |
vp9_dct32x32_avx2.c | 2600 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); local [all...] |
vp9_dct32x32_sse2.c | 2592 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_avx2.c | 449 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); local 464 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); 466 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); 620 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 632 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_4, tr0_5); 634 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_4, tr0_5); 1568 const __m128i tr0_5 = _mm_unpacklo_epi16(res06, res07); local 1634 const __m128i tr0_5 = _mm_unpacklo_epi16(res14, res15); local [all...] |
vp9_dct_sse2.c | 550 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); local 565 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); 567 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); 721 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 1669 const __m128i tr0_5 = _mm_unpacklo_epi16(res06, res07); local 1735 const __m128i tr0_5 = _mm_unpacklo_epi16(res14, res15); local [all...] |
vp9_dct32x32_avx2.c | 2600 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); local [all...] |
vp9_dct32x32_sse2.c | 2589 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_dct_avx2.c | 449 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); local 464 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); 466 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); 620 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 632 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_4, tr0_5); 634 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_4, tr0_5); 1568 const __m128i tr0_5 = _mm_unpacklo_epi16(res06, res07); local 1634 const __m128i tr0_5 = _mm_unpacklo_epi16(res14, res15); local [all...] |
vp9_dct_sse2.c | 550 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7); local 565 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); 567 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); 721 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 1669 const __m128i tr0_5 = _mm_unpacklo_epi16(res06, res07); local 1735 const __m128i tr0_5 = _mm_unpacklo_epi16(res14, res15); local [all...] |
vp9_dct32x32_avx2.c | 2600 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); local [all...] |
vp9_dct32x32_sse2.c | 2589 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 341 const __m128i tr0_5 = _mm_unpacklo_epi16(in6, in7); \ 349 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); \ 351 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); \ 370 const __m128i tr0_5 = _mm_unpackhi_epi16(tmp3, tmp2); \ 374 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); \ 375 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); \ 637 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 642 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_4, tr0_5); 644 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_4, tr0_5); 664 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]) local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 341 const __m128i tr0_5 = _mm_unpacklo_epi16(in6, in7); \ 349 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); \ 351 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); \ 370 const __m128i tr0_5 = _mm_unpackhi_epi16(tmp3, tmp2); \ 374 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); \ 375 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); \ 637 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 642 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_4, tr0_5); 644 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_4, tr0_5); 664 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]) local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 341 const __m128i tr0_5 = _mm_unpacklo_epi16(in6, in7); \ 349 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); \ 351 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); \ 370 const __m128i tr0_5 = _mm_unpackhi_epi16(tmp3, tmp2); \ 374 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5); \ 375 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5); \ 637 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]); local 642 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_4, tr0_5); 644 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_4, tr0_5); 664 const __m128i tr0_5 = _mm_unpacklo_epi16(in[6], in[7]) local [all...] |