Searched refs:stp1_8 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 1037 stp1_8 = _mm_add_epi16(stp1_8_0, stp1_11); \ 1145 stp1_8 = _mm_add_epi16(stp1_8_0, stp1_11); \ 1210 stp1_8, stp1_9, stp1_10, stp1_11, stp1_12, stp1_13, stp1_14, stp1_15, in vpx_idct16x16_256_add_sse2() local 1252 curr1[7] = _mm_add_epi16(stp2_7, stp1_8); in vpx_idct16x16_256_add_sse2() 1253 curr1[8] = _mm_sub_epi16(stp2_7, stp1_8); in vpx_idct16x16_256_add_sse2() 1281 in[7] = _mm_add_epi16(stp2_7, stp1_8); in vpx_idct16x16_256_add_sse2() 1282 in[8] = _mm_sub_epi16(stp2_7, stp1_8); in vpx_idct16x16_256_add_sse2() 2185 stp1_8, stp1_9, stp1_10, stp1_11, stp1_12, stp1_13, stp1_14, stp1_15, in vpx_idct16x16_10_add_sse2() local 2286 stp1_8 = _mm_unpacklo_epi64(tmp0, zero); in vpx_idct16x16_10_add_sse2() 2352 l[7] = _mm_add_epi16(stp2_7, stp1_8); in vpx_idct16x16_10_add_sse2() [all …]
|