Searched refs:tr0_1 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.h | 21 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); in array_transpose_8x8() local 29 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in array_transpose_8x8() 31 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in array_transpose_8x8() 51 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \ 53 in0 = _mm_unpacklo_epi32(tr0_0, tr0_1); /* i1 i0 */ \ 54 in1 = _mm_unpackhi_epi32(tr0_0, tr0_1); /* i3 i2 */ \ 59 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); in array_transpose_4X8() local 63 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in array_transpose_4X8() 64 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in array_transpose_4X8()
|
D | vp9_idct_intrin_sse2.c | 172 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[1]); in transpose_4x4() local 174 res[0] = _mm_unpacklo_epi16(tr0_0, tr0_1); in transpose_4x4() 175 res[1] = _mm_unpackhi_epi16(tr0_0, tr0_1); in transpose_4x4() 332 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \ 340 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \ 342 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); \ 363 const __m128i tr0_1 = _mm_unpacklo_epi16(tmp1, tmp0); \ 367 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \ 368 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); \ 381 const __m128i tr0_1 = _mm_unpacklo_epi16(in2, in3); \ [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 282 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[1]); in transpose_4x4() local 286 res[0] = _mm_unpacklo_epi32(tr0_0, tr0_1); in transpose_4x4() 287 res[2] = _mm_unpackhi_epi32(tr0_0, tr0_1); in transpose_4x4() 615 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in vp9_fdct8x8_sse2() local 630 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in vp9_fdct8x8_sse2() 632 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in vp9_fdct8x8_sse2() 786 const __m128i tr0_1 = _mm_unpacklo_epi16(in[2], in[3]); in array_transpose_8x8() local 801 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in array_transpose_8x8() 803 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in array_transpose_8x8() 1802 const __m128i tr0_1 = _mm_unpacklo_epi16(res02, res03); in vp9_fdct16x16_sse2() local [all …]
|
D | vp9_dct32x32_sse2.c | 2588 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D() local 2603 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in FDCT32x32_2D() 2605 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in FDCT32x32_2D()
|
D | vp9_dct32x32_avx2.c | 2596 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2() local 2612 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1); in FDCT32x32_2D_AVX2() 2614 const __m256i tr1_2 = _mm256_unpackhi_epi32(tr0_0, tr0_1); in FDCT32x32_2D_AVX2()
|