Searched refs:tr0_1 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_sse2.h | 299 const __m128i tr0_1 = _mm_unpacklo_epi16(*pin02, *pin03); in transpose_and_output8x8() local 314 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in transpose_and_output8x8() 316 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in transpose_and_output8x8()
|
D | inv_txfm_sse2.h | 35 const __m128i tr0_1 = _mm_unpacklo_epi16(in[1], in[0]); in idct8x8_12_transpose_16bit_4x8() local 44 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in idct8x8_12_transpose_16bit_4x8() 46 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in idct8x8_12_transpose_16bit_4x8()
|
D | fwd_txfm_impl_sse2.h | 478 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in FDCT8x8_2D() local 493 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in FDCT8x8_2D() 495 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in FDCT8x8_2D()
|
D | inv_txfm_sse2.c | 20 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[1]); in transpose_16bit_4() local 22 res[0] = _mm_unpacklo_epi16(tr0_0, tr0_1); in transpose_16bit_4() 23 res[1] = _mm_unpackhi_epi16(tr0_0, tr0_1); in transpose_16bit_4()
|
D | fwd_dct32x32_impl_avx2.h | 2872 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2() local 2888 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1); in FDCT32x32_2D_AVX2() 2890 const __m256i tr1_2 = _mm256_unpackhi_epi32(tr0_0, tr0_1); in FDCT32x32_2D_AVX2()
|
D | fwd_dct32x32_impl_sse2.h | 3079 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D() local 3094 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in FDCT32x32_2D() 3096 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in FDCT32x32_2D()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_ssse3.c | 203 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in vp9_fdct8x8_quant_ssse3() local 218 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in vp9_fdct8x8_quant_ssse3() 220 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_intrin_sse2.c | 60 const __m128i tr0_1 = _mm_unpackhi_epi16(res[0], res[1]); in transpose_4x4() local 64 res[0] = _mm_unpacklo_epi32(tr0_0, tr0_1); in transpose_4x4() 65 res[2] = _mm_unpackhi_epi32(tr0_0, tr0_1); in transpose_4x4() 372 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3); in vp9_fdct8x8_quant_sse2() local 387 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); in vp9_fdct8x8_quant_sse2() 389 const __m128i tr1_2 = _mm_unpackhi_epi32(tr0_0, tr0_1); in vp9_fdct8x8_quant_sse2()
|