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

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.h415 const __m128i tr2_2 = _mm_unpacklo_epi64(tr1_2, tr1_6); local
432 _mm_storeu_si128((__m128i*)(out0_ptr + 2 * 16), tr2_2);
441 storeu_output(&tr2_2, (out1_ptr + 2 * 16));
H A Dfwd_dct32x32_impl_avx2.h2631 __m256i tr2_2 = _mm256_unpacklo_epi64(tr1_2, tr1_6); local
2652 __m256i tr2_2_0 = _mm256_cmpgt_epi16(tr2_2, kZero);
2660 tr2_2 = _mm256_sub_epi16(tr2_2, tr2_2_0);
2670 tr2_2 = _mm256_add_epi16(tr2_2, kOne);
2678 tr2_2 = _mm256_srai_epi16(tr2_2, 2);
2689 _mm_storeu_si128((__m128i *)(output_currStep + 2 * 32), _mm256_castsi256_si128(tr2_2));
2698 _mm_storeu_si128((__m128i *)(output_nextStep + 2 * 32), _mm256_extractf128_si256(tr2_2,
[all...]
H A Dfwd_dct32x32_impl_sse2.h3065 __m128i tr2_2 = _mm_unpacklo_epi64(tr1_2, tr1_6); local
3086 __m128i tr2_2_0 = _mm_cmpgt_epi16(tr2_2, kZero);
3094 tr2_2 = _mm_sub_epi16(tr2_2, tr2_2_0);
3104 tr2_2 = _mm_add_epi16(tr2_2, kOne);
3112 tr2_2 = _mm_srai_epi16(tr2_2, 2);
3124 _mm_storeu_si128((__m128i *)(output0 + 2 * 32), tr2_2);
3135 storeu_output(&tr2_2, (output
[all...]

Completed in 73 milliseconds