Searched refs:stp2_4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 408 stp2_4 = _mm_adds_epi16(stp1_4, stp1_5); \ 447 out3 = _mm_adds_epi16(stp1_3, stp2_4); \ 448 out4 = _mm_subs_epi16(stp1_3, stp2_4); \ 470 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in vpx_idct8x8_64_add_sse2() local 559 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in idct8_sse2() local 816 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in vpx_idct8x8_12_add_sse2() local 875 stp2_4 = tmp0; in vpx_idct8x8_12_add_sse2() 902 tmp0 = _mm_adds_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_sse2() 904 tmp2 = _mm_subs_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_sse2() 999 stp2_4 = _mm_add_epi16(stp1_4, stp1_5); \ [all …]
|