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

  /external/libaom/libaom/aom_dsp/x86/
common_avx2.h 25 __m256i tr0_4 = _mm256_unpacklo_epi16(in[4], in[5]); local
61 __m256i tr1_4 = _mm256_unpacklo_epi32(tr0_4, tr0_6);
62 __m256i tr1_5 = _mm256_unpackhi_epi32(tr0_4, tr0_6);
97 tr0_4 = _mm256_unpacklo_epi64(tr1_2, tr1_6);
138 out[4] = _mm256_permute2x128_si256(tr0_4, tr0_c, 0x20);
139 out[12] = _mm256_permute2x128_si256(tr0_4, tr0_c, 0x31);
fwd_txfm_impl_sse2.h 256 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); local
272 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5);
274 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 208 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); local
224 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5);
226 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5);
vp9_dct_intrin_sse2.c 376 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); local
392 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5);
394 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_sse2.h 302 const __m128i tr0_4 = _mm_unpacklo_epi16(*pin04, *pin05); local
318 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5);
320 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5);
fwd_txfm_impl_sse2.h 481 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); local
497 const __m128i tr1_4 = _mm_unpacklo_epi32(tr0_4, tr0_5);
499 const __m128i tr1_6 = _mm_unpackhi_epi32(tr0_4, tr0_5);
    [all...]
fwd_dct32x32_impl_avx2.h 2803 const __m256i tr0_4 = _mm256_unpacklo_epi16(this_out[4], this_out[5]); local
    [all...]
fwd_dct32x32_impl_sse2.h 3012 const __m128i tr0_4 = _mm_unpacklo_epi16(this_out[4], this_out[5]); local
    [all...]
  /external/libaom/libaom/av1/common/
cdef_block_simd.h 137 const v128 tr0_4 = v128_ziplo_16(in[5], in[4]); local
143 const v128 tr1_1 = v128_ziplo_32(tr0_5, tr0_4);
145 const v128 tr1_3 = v128_ziphi_32(tr0_5, tr0_4);
    [all...]

Completed in 1147 milliseconds