HomeSort by relevance Sort by last modified time
    Searched refs:tr1_5 (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.h 36 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
44 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
45 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
fwd_txfm_sse2.h 402 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
417 const __m128i tr2_4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
418 const __m128i tr2_5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
fwd_txfm_impl_sse2.h 507 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
522 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
523 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
    [all...]
fwd_dct32x32_impl_avx2.h 2618 const __m256i tr1_5 = _mm256_unpacklo_epi32(tr0_6, tr0_7); local
    [all...]
fwd_dct32x32_impl_sse2.h 3052 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
    [all...]
inv_txfm_sse2.c 283 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); \
291 out4 = _mm_unpacklo_epi64(tr1_1, tr1_5); \
292 out5 = _mm_unpackhi_epi64(tr1_1, tr1_5); \
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 231 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
246 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
247 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
vp9_dct_sse2.c 398 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
413 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
414 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
739 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
754 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
755 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 465 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
480 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
481 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
636 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
651 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
652 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
1584 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1650 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
    [all...]
vp9_dct_sse2.c 566 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
581 in4 = _mm_unpacklo_epi64(tr1_1, tr1_5);
582 in5 = _mm_unpackhi_epi64(tr1_1, tr1_5);
737 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1685 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
1751 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
    [all...]
vp9_dct32x32_avx2.c 2617 const __m256i tr1_5 = _mm256_unpacklo_epi32(tr0_6, tr0_7); local
    [all...]
vp9_dct32x32_sse2.c 2605 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 350 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); \
358 out4 = _mm_unpacklo_epi64(tr1_1, tr1_5); \
359 out5 = _mm_unpackhi_epi64(tr1_1, tr1_5); \
646 const __m128i tr1_5 = _mm_unpacklo_epi32(tr0_6, tr0_7); local
654 res[4] = _mm_unpacklo_epi64(tr1_4, tr1_5);
655 res[5] = _mm_unpackhi_epi64(tr1_4, tr1_5);
    [all...]

Completed in 417 milliseconds