Searched refs:stp1_15 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 1178 stp1_15 = _mm_add_epi16(stp2_15, stp2_14); \ 1240 stp1_12 = _mm_sub_epi16(stp1_15, stp1_12_0); \ 1243 stp1_15 = _mm_add_epi16(stp1_15, stp1_12_0); \ 1277 stp1_8_0, stp1_15, stp1_11, stp1_12_0) \ 1293 stp1_14 = stp1_15; \ 1348 stp1_12 = _mm_sub_epi16(stp1_15, stp1_12_0); \ 1351 stp1_15 = _mm_add_epi16(stp1_15, stp1_12_0); \ 1408 stp1_8, stp1_9, stp1_10, stp1_11, stp1_12, stp1_13, stp1_14, stp1_15, in vp9_idct16x16_256_add_sse2() local 1443 curr1[0] = _mm_add_epi16(stp2_0, stp1_15); in vp9_idct16x16_256_add_sse2() 1458 curr1[15] = _mm_sub_epi16(stp2_0, stp1_15); in vp9_idct16x16_256_add_sse2() [all …]
|