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

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h416 const __m128i tr2_3 = _mm_unpackhi_epi64(tr1_2, tr1_6); local
433 _mm_storeu_si128((__m128i*)(out0_ptr + 3 * 16), tr2_3);
442 storeu_output(&tr2_3, (out1_ptr + 3 * 16));
H A Dfwd_dct32x32_impl_avx2.h2632 __m256i tr2_3 = _mm256_unpackhi_epi64(tr1_2, tr1_6); local
2653 __m256i tr2_3_0 = _mm256_cmpgt_epi16(tr2_3, kZero);
2661 tr2_3 = _mm256_sub_epi16(tr2_3, tr2_3_0);
2671 tr2_3 = _mm256_add_epi16(tr2_3, kOne);
2679 tr2_3 = _mm256_srai_epi16(tr2_3, 2);
2690 _mm_storeu_si128((__m128i *)(output_currStep + 3 * 32), _mm256_castsi256_si128(tr2_3));
2699 _mm_storeu_si128((__m128i *)(output_nextStep + 3 * 32), _mm256_extractf128_si256(tr2_3,
[all...]
H A Dfwd_dct32x32_impl_sse2.h3066 __m128i tr2_3 = _mm_unpackhi_epi64(tr1_2, tr1_6); local
3087 __m128i tr2_3_0 = _mm_cmpgt_epi16(tr2_3, kZero);
3095 tr2_3 = _mm_sub_epi16(tr2_3, tr2_3_0);
3105 tr2_3 = _mm_add_epi16(tr2_3, kOne);
3113 tr2_3 = _mm_srai_epi16(tr2_3, 2);
3125 _mm_storeu_si128((__m128i *)(output0 + 3 * 32), tr2_3);
3136 storeu_output(&tr2_3, (output
[all...]

Completed in 110 milliseconds