Searched refs:tr0_1 (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dtranspose_sse2.h20 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[1]); local
22 res[0] = _mm_unpacklo_epi16(tr0_0, tr0_1);
23 res[1] = _mm_unpackhi_epi16(tr0_0, tr0_1);
H A Dinv_txfm_sse2.h23 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); local
31 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
33 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
53 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \
61 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \
63 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); \
83 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \
85 in0 = _mm_unpacklo_epi32(tr0_0, tr0_1); /* i1 i0 */ \
86 in1 = _mm_unpackhi_epi32(tr0_0, tr0_1); /* i3 i2 */ \
91 const __m128i tr0_1 local
[all...]
H A Dvpx_subpixel_8t_intrin_ssse3.c337 const __m128i tr0_1 = _mm_unpacklo_epi8(in2, in3); \
341 const __m128i tr1_0 = _mm_unpacklo_epi16(tr0_0, tr0_1); \
342 const __m128i tr1_1 = _mm_unpackhi_epi16(tr0_0, tr0_1); \
381 const __m128i tr0_1 = _mm_unpacklo_epi16(C, D); local
387 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
389 const __m128i tr1_1 = _mm_unpackhi_epi32(tr0_0, tr0_1);
515 const __m128i tr0_1 = _mm_unpacklo_epi16(C, D); local
517 const __m128i s1s0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
519 const __m128i s5s4 = _mm_unpackhi_epi32(tr0_0, tr0_1);
552 const __m128i tr0_1 local
[all...]
H A Dfwd_txfm_sse2.h299 const __m128i tr0_1 = _mm_unpacklo_epi16(*pin02, *pin03); local
314 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
316 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
H A Dfwd_txfm_impl_sse2.h478 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); local
493 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
495 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
H A Dfwd_dct32x32_impl_avx2.h2872 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); local
2888 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1);
2890 const __m256i tr1_2 = _mm256_unpackhi_epi32(tr0_0, tr0_1);
H A Dfwd_dct32x32_impl_sse2.h3079 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); local
3094 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
3096 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_ssse3.c203 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); local
218 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
220 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
H A Dvp9_dct_intrin_sse2.c59 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[1]); local
63 res[0] = _mm_unpacklo_epi32(tr0_0, tr0_1);
64 res[2] = _mm_unpackhi_epi32(tr0_0, tr0_1);
371 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); local
386 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
388 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
712 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); local
727 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
729 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);

Completed in 123 milliseconds