Searched defs:tr2_1 (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h414 const __m128i tr2_1 = _mm_unpackhi_epi64(tr1_0, tr1_4); local
431 _mm_storeu_si128((__m128i*)(out0_ptr + 1 * 16), tr2_1);
440 storeu_output(&tr2_1, (out1_ptr + 1 * 16));
H A Dfwd_dct32x32_impl_avx2.h2630 __m256i tr2_1 = _mm256_unpackhi_epi64(tr1_0, tr1_4); local
2651 __m256i tr2_1_0 = _mm256_cmpgt_epi16(tr2_1, kZero);
2659 tr2_1 = _mm256_sub_epi16(tr2_1, tr2_1_0);
2669 tr2_1 = _mm256_add_epi16(tr2_1, kOne);
2677 tr2_1 = _mm256_srai_epi16(tr2_1, 2);
2688 _mm_storeu_si128((__m128i *)(output_currStep + 1 * 32), _mm256_castsi256_si128(tr2_1));
2697 _mm_storeu_si128((__m128i *)(output_nextStep + 1 * 32), _mm256_extractf128_si256(tr2_1,
[all...]
H A Dfwd_dct32x32_impl_sse2.h3064 __m128i tr2_1 = _mm_unpackhi_epi64(tr1_0, tr1_4); local
3085 __m128i tr2_1_0 = _mm_cmpgt_epi16(tr2_1, kZero);
3093 tr2_1 = _mm_sub_epi16(tr2_1, tr2_1_0);
3103 tr2_1 = _mm_add_epi16(tr2_1, kOne);
3111 tr2_1 = _mm_srai_epi16(tr2_1, 2);
3123 _mm_storeu_si128((__m128i *)(output0 + 1 * 32), tr2_1);
3134 storeu_output(&tr2_1, (output
[all...]

Completed in 106 milliseconds