Searched refs:tr1_0 (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c460 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
476 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4);
477 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
631 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
647 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1);
648 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1);
1579 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
1595 const __m128i tr2_0 = _mm_unpacklo_epi64(tr1_0, tr1_4);
1596 const __m128i tr2_1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
1645 const __m128i tr1_0 local
[all...]
H A Dvp9_dct_sse2.c561 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
577 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4);
578 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
732 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
748 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1);
749 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1);
1680 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
1696 const __m128i tr2_0 = _mm_unpacklo_epi64(tr1_0, tr1_4);
1697 const __m128i tr2_1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
1746 const __m128i tr1_0 local
[all...]
H A Dvp9_dct32x32_avx2.c2612 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1); local
2628 __m256i tr2_0 = _mm256_unpacklo_epi64(tr1_0, tr1_4);
2629 __m256i tr2_1 = _mm256_unpackhi_epi64(tr1_0, tr1_4);
H A Dvp9_dct32x32_sse2.c2600 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
2616 __m128i tr2_0 = _mm_unpacklo_epi64(tr1_0, tr1_4);
2617 __m128i tr2_1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c345 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \
354 out0 = _mm_unpacklo_epi64(tr1_0, tr1_4); \
355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
372 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \
377 out0 = _mm_unpacklo_epi64(tr1_0, tr1_4); \
378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
641 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local
650 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1);
651 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1);
666 const __m128i tr1_0 local
[all...]

Completed in 51 milliseconds