Searched refs:stp1_3 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 422 stp1_3 = _mm_subs_epi16(stp2_0, stp2_3); \ 447 out3 = _mm_adds_epi16(stp1_3, stp2_4); \ 448 out4 = _mm_subs_epi16(stp1_3, stp2_4); \ 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 888 stp1_3 = _mm_unpacklo_epi64(tmp6, tmp4); 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() 1017 stp1_3 = _mm_sub_epi16(stp2_0, stp2_3); \ [all …]
|