Searched defs:tr1_5 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.h34 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
42 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
43 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c637 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
652 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
653 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
1772 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1787 const __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
1788 const __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
1838 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1853 const __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
1854 const __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
H A Dvp9_dct32x32_avx2.c2617 const __m256i tr1_5 = _mm256_unpacklo_epi32(tr0_6, tr0_7); local
2632 __m256i tr2_4 = _mm256_unpacklo_epi64(tr1_1, tr1_5);
2633 __m256i tr2_5 = _mm256_unpackhi_epi64(tr1_1, tr1_5);
H A Dvp9_dct32x32_sse2.c2608 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
2623 __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
2624 __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c465 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
480 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
481 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
636 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
651 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
652 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
1584 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1599 const __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
1600 const __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
1650 const __m128i tr1_5 local
[all...]
H A Dvp9_dct_sse2.c566 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
581 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
582 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
737 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
752 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
753 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
1685 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1700 const __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
1701 const __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
1751 const __m128i tr1_5 local
[all...]
H A Dvp9_dct32x32_avx2.c2617 const __m256i tr1_5 = _mm256_unpacklo_epi32(tr0_6, tr0_7); local
2632 __m256i tr2_4 = _mm256_unpacklo_epi64(tr1_1, tr1_5);
2633 __m256i tr2_5 = _mm256_unpackhi_epi64(tr1_1, tr1_5);
H A Dvp9_dct32x32_sse2.c2605 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
2620 __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
2621 __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c350 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); \
358 out4 = _mm_unpacklo_epi64(tr1_1, tr1_5); \
359 out5 = _mm_unpackhi_epi64(tr1_1, tr1_5); \
646 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
654 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
655 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);

Completed in 102 milliseconds