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

  /external/libaom/libaom/aom_dsp/x86/
common_avx2.h 64 __m256i tr1_7 = _mm256_unpackhi_epi32(tr0_5, tr0_7); local
99 tr0_6 = _mm256_unpacklo_epi64(tr1_3, tr1_7);
100 tr0_7 = _mm256_unpackhi_epi64(tr1_3, tr1_7);
fwd_txfm_impl_sse2.h 275 const __m128i tr1_7 = _mm_unpackhi_epi32(tr0_6, tr0_7); local
290 in6 = _mm_unpacklo_epi64(tr1_3, tr1_7);
291 in7 = _mm_unpackhi_epi64(tr1_3, tr1_7);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 227 const __m128i tr1_7 = _mm_unpackhi_epi32(tr0_6, tr0_7); local
242 in6 = _mm_unpacklo_epi64(tr1_3, tr1_7);
243 in7 = _mm_unpackhi_epi64(tr1_3, tr1_7);
vp9_dct_intrin_sse2.c 395 const __m128i tr1_7 = _mm_unpackhi_epi32(tr0_6, tr0_7); local
410 in6 = _mm_unpacklo_epi64(tr1_3, tr1_7);
411 in7 = _mm_unpackhi_epi64(tr1_3, tr1_7);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_sse2.h 321 const __m128i tr1_7 = _mm_unpackhi_epi32(tr0_6, tr0_7); local
336 const __m128i tr2_6 = _mm_unpacklo_epi64(tr1_3, tr1_7);
337 const __m128i tr2_7 = _mm_unpackhi_epi64(tr1_3, tr1_7);
fwd_txfm_impl_sse2.h 500 const __m128i tr1_7 = _mm_unpackhi_epi32(tr0_6, tr0_7); local
515 in6 = _mm_unpacklo_epi64(tr1_3, tr1_7);
516 in7 = _mm_unpackhi_epi64(tr1_3, tr1_7);
    [all...]
fwd_dct32x32_impl_avx2.h 2823 const __m256i tr1_7 = _mm256_unpackhi_epi32(tr0_6, tr0_7); local
    [all...]
fwd_dct32x32_impl_sse2.h 3031 const __m128i tr1_7 = _mm_unpackhi_epi32(tr0_6, tr0_7); local
    [all...]
  /external/libaom/libaom/av1/common/
cdef_block_simd.h 149 const v128 tr1_7 = v128_ziphi_32(tr0_7, tr0_6); local
157 res[1] = v128_ziplo_64(tr1_7, tr1_6);
158 res[0] = v128_ziphi_64(tr1_7, tr1_6);
    [all...]

Completed in 110 milliseconds