Searched refs:tr0_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.c88 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); local
92 in0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
93 in2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
151 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]); local
156 res[0] = _mm_unpacklo_epi32(tr0_0, tr0_1);
157 res[2] = _mm_unpackhi_epi32(tr0_0, tr0_1);
444 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); local
460 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
462 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
615 const __m128i tr0_0 local
1563 const __m128i tr0_0 = _mm_unpacklo_epi16(res00, res01); local
1629 const __m128i tr0_0 = _mm_unpacklo_epi16(res08, res09); local
[all...]
H A Dvp9_dct_sse2.c252 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]); local
257 res[0] = _mm_unpacklo_epi32(tr0_0, tr0_1);
258 res[2] = _mm_unpackhi_epi32(tr0_0, tr0_1);
545 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); local
561 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
563 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
716 const __m128i tr0_0 = _mm_unpacklo_epi16(in[0], in[1]); local
732 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
734 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
1664 const __m128i tr0_0 local
1730 const __m128i tr0_0 = _mm_unpacklo_epi16(res08, res09); local
[all...]
H A Dvp9_dct32x32_avx2.c2595 const __m256i tr0_0 = _mm256_unpacklo_epi16(this_out[0], this_out[1]); local
2612 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1);
2614 const __m256i tr1_2 = _mm256_unpackhi_epi32(tr0_0, tr0_1);
H A Dvp9_dct32x32_sse2.c2584 const __m128i tr0_0 = _mm_unpacklo_epi16(this_out[0], this_out[1]); local
2600 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1);
2602 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c176 const __m128i tr0_0 = _mm_unpacklo_epi16(res[0], res[1]); local
179 res[0] = _mm_unpacklo_epi16(tr0_0, tr0_1);
180 res[1] = _mm_unpackhi_epi16(tr0_0, tr0_1);
336 const __m128i tr0_0 = _mm_unpacklo_epi16(in0, in1); \
345 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \
347 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); \
367 const __m128i tr0_0 = _mm_unpackhi_epi16(tmp0, tmp1); \
372 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \
373 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); \
385 const __m128i tr0_0
632 const __m128i tr0_0 = _mm_unpacklo_epi16(in[0], in[1]); local
661 const __m128i tr0_0 = _mm_unpacklo_epi16(in[0], in[1]); local
[all...]

Completed in 44 milliseconds