Searched refs:stp2_9 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 954 stp2_8, stp2_15, stp2_9, stp2_14) \ 972 stp1_8_0 = _mm_add_epi16(stp2_8, stp2_9); \ 973 stp1_9 = _mm_sub_epi16(stp2_8, stp2_9); \ 1006 stp2_9, stp2_14, stp2_10, stp2_13) \ 1038 stp1_9 = _mm_add_epi16(stp2_9, stp2_10); \ 1039 stp1_10 = _mm_sub_epi16(stp2_9, stp2_10); \ 1116 stp2_9, stp2_14, stp2_10, stp2_13) \ 1146 stp1_9 = _mm_add_epi16(stp2_9, stp2_10); \ 1147 stp1_10 = _mm_sub_epi16(stp2_9, stp2_10); \ 1213 stp2_8, stp2_9, stp2_10, stp2_11, stp2_12, stp2_13, stp2_14, stp2_15; in vpx_idct16x16_256_add_sse2() local [all …]
|