Searched refs:stp1_2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 421 stp1_2 = _mm_subs_epi16(stp2_1, stp2_2); \ 446 out2 = _mm_adds_epi16(stp1_2, stp1_5); \ 449 out5 = _mm_subs_epi16(stp1_2, stp1_5); \ 469 __m128i stp1_0, stp1_1, stp1_2, stp1_3, stp1_4, stp1_5, stp1_6, stp1_7; in vpx_idct8x8_64_add_sse2() local 558 __m128i stp1_0, stp1_1, stp1_2, stp1_3, stp1_4, stp1_5, stp1_6, stp1_7; in idct8_sse2() local 815 __m128i stp1_0, stp1_1, stp1_2, stp1_3, stp1_4, stp1_5, stp1_6, stp1_7; in vpx_idct8x8_12_add_sse2() local 887 stp1_2 = _mm_unpackhi_epi64(tmp6, tmp4); in vpx_idct8x8_12_add_sse2() 903 tmp1 = _mm_adds_epi16(stp1_2, stp1_5); in vpx_idct8x8_12_add_sse2() 905 tmp3 = _mm_subs_epi16(stp1_2, stp1_5); in vpx_idct8x8_12_add_sse2() 1016 stp1_2 = _mm_sub_epi16(stp2_1, stp2_2); \ [all …]
|