/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_sse2.h | 31 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 40 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1); 41 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1); 65 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 70 out[0] = _mm_unpacklo_epi64(tr1_0, tr1_4); 71 out[1] = _mm_unpackhi_epi64(tr1_0, tr1_4);
|
fwd_txfm_sse2.h | 397 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 413 const __m128i tr2_0 = _mm_unpacklo_epi64(tr1_0, tr1_4); 414 const __m128i tr2_1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
|
vpx_subpixel_8t_intrin_ssse3.c | 353 const __m128i tr1_0 = _mm_unpacklo_epi16(tr0_0, tr0_1); \ 358 const __m128i tr2_0 = _mm_unpacklo_epi32(tr1_0, tr1_2); \ 359 const __m128i tr2_1 = _mm_unpackhi_epi32(tr1_0, tr1_2); \ 399 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 407 const __m128i s1s0 = _mm_unpacklo_epi64(tr1_0, tr1_2); 408 const __m128i s3s2 = _mm_unpackhi_epi64(tr1_0, tr1_2); [all...] |
fwd_txfm_impl_sse2.h | 502 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 518 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4); 519 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4); [all...] |
inv_txfm_sse2.c | 278 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \ 287 out0 = _mm_unpacklo_epi64(tr1_0, tr1_4); \ 288 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 305 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \ 310 out0 = _mm_unpacklo_epi64(tr1_0, tr1_4); \ 311 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ [all...] |
fwd_dct32x32_impl_avx2.h | 2613 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1); local [all...] |
fwd_dct32x32_impl_sse2.h | 3047 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_ssse3.c | 226 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 242 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4); 243 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4);
|
vp9_dct_sse2.c | 393 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 409 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4); 410 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4); 734 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 750 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1); 751 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_dct_avx2.c | 460 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 476 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4); 477 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4); 631 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 647 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1); 648 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1); 1579 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 1645 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local [all...] |
vp9_dct_sse2.c | 561 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 577 in0 = _mm_unpacklo_epi64(tr1_0, tr1_4); 578 in1 = _mm_unpackhi_epi64(tr1_0, tr1_4); 732 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 1680 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 1746 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local [all...] |
vp9_dct32x32_avx2.c | 2612 const __m256i tr1_0 = _mm256_unpacklo_epi32(tr0_0, tr0_1); local [all...] |
vp9_dct32x32_sse2.c | 2600 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 345 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \ 354 out0 = _mm_unpacklo_epi64(tr1_0, tr1_4); \ 355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 372 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); \ 377 out0 = _mm_unpacklo_epi64(tr1_0, tr1_4); \ 378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \ 641 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1); local 650 res[0] = _mm_unpacklo_epi64(tr1_0, tr1_1); 651 res[1] = _mm_unpackhi_epi64(tr1_0, tr1_1); 666 const __m128i tr1_0 = _mm_unpacklo_epi32(tr0_0, tr0_1) local [all...] |