Searched refs:tr0_3 (Results 1 - 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | inv_txfm_sse2.h | 25 const __m128i tr0_3 = _mm_unpackhi_epi16(in[2], in[3]); local 35 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_2, tr0_3); 37 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | fwd_txfm_sse2.h | 384 const __m128i tr0_3 = _mm_unpackhi_epi16(*pin02, *pin03); local 398 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_2, tr0_3); 400 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | vpx_subpixel_8t_intrin_ssse3.c | 351 const __m128i tr0_3 = _mm_unpacklo_epi8(in6, in7); \ 355 const __m128i tr1_2 = _mm_unpacklo_epi16(tr0_2, tr0_3); \ 356 const __m128i tr1_3 = _mm_unpackhi_epi16(tr0_2, tr0_3); \ 397 const __m128i tr0_3 = _mm_unpacklo_epi16(G, H); local 403 const __m128i tr1_2 = _mm_unpacklo_epi32(tr0_2, tr0_3); 405 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | fwd_txfm_impl_sse2.h | 489 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3); local 503 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_2, tr0_3); 505 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | fwd_dct32x32_impl_avx2.h | 2599 const __m256i tr0_3 = _mm256_unpackhi_epi16(this_out[2], this_out[3]); local 2614 const __m256i tr1_1 = _mm256_unpacklo_epi32(tr0_2, tr0_3); 2616 const __m256i tr1_3 = _mm256_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | fwd_dct32x32_impl_sse2.h | 3034 const __m128i tr0_3 = _mm_unpackhi_epi16(this_out[2], this_out[3]); local 3048 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_2, tr0_3); 3050 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | inv_txfm_sse2.c | 272 const __m128i tr0_3 = _mm_unpackhi_epi16(in2, in3); \ 279 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_2, tr0_3); \ 281 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3); \
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
H A D | vp9_dct_ssse3.c | 213 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3); local 227 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_2, tr0_3); 229 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
H A D | vp9_dct_sse2.c | 380 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3); local 394 const __m128i tr1_1 = _mm_unpacklo_epi32(tr0_2, tr0_3); 396 const __m128i tr1_3 = _mm_unpackhi_epi32(tr0_2, tr0_3); 721 const __m128i tr0_3 = _mm_unpackhi_epi16(in[2], in[3]); local 738 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_2, tr0_3); 740 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_2, tr0_3);
|
Completed in 175 milliseconds