Searched refs:tr1_5 (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_ssse3.c223 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
238 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
239 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
H A Dvp9_dct_intrin_sse2.c392 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
407 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
408 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h319 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
334 const __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
335 const __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
H A Dfwd_txfm_impl_sse2.h498 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
513 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
514 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
H A Dfwd_dct32x32_impl_avx2.h2893 const __m256i tr1_5 = _mm256_unpacklo_epi32(tr0_6, tr0_7); local
2908 __m256i tr2_4 = _mm256_unpacklo_epi64(tr1_1, tr1_5);
2909 __m256i tr2_5 = _mm256_unpackhi_epi64(tr1_1, tr1_5);
H A Dfwd_dct32x32_impl_sse2.h3099 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
3114 __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
3115 __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);

Completed in 751 milliseconds