Home
last modified time | relevance | path

Searched refs:stp2_4 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.c202 stp2_4 = _mm_add_epi16(stp1_4, stp1_5); \
241 out3 = _mm_add_epi16(stp1_3, stp2_4); \
242 out4 = _mm_sub_epi16(stp1_3, stp2_4); \
264 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in vpx_idct8x8_64_add_sse2() local
353 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in idct8_sse2() local
610 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in vpx_idct8x8_12_add_sse2() local
669 stp2_4 = tmp0; in vpx_idct8x8_12_add_sse2()
696 tmp0 = _mm_add_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_sse2()
698 tmp2 = _mm_sub_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_sse2()
789 stp2_4 = _mm_add_epi16(stp1_4, stp1_5); \
[all …]
Dinv_txfm_ssse3.c33 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in vpx_idct8x8_64_add_ssse3() local
143 stp2_4 = _mm_add_epi16(stp1_4, stp1_5); in vpx_idct8x8_64_add_ssse3()
182 in3 = _mm_add_epi16(stp1_3, stp2_4); in vpx_idct8x8_64_add_ssse3()
183 in4 = _mm_sub_epi16(stp1_3, stp2_4); in vpx_idct8x8_64_add_ssse3()
237 __m128i stp2_0, stp2_1, stp2_2, stp2_3, stp2_4, stp2_5, stp2_6, stp2_7; in vpx_idct8x8_12_add_ssse3() local
269 stp2_4 = tmp0; in vpx_idct8x8_12_add_ssse3()
292 tmp0 = _mm_add_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_ssse3()
294 tmp2 = _mm_sub_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_ssse3()
312 stp2_4 = _mm_add_epi16(stp1_4, stp1_5); in vpx_idct8x8_12_add_ssse3()
346 in3 = _mm_add_epi16(stp1_3, stp2_4); in vpx_idct8x8_12_add_ssse3()
[all …]