Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c1354 __m128i step3_0, step3_1, step3_2, step3_3; in vp9_fdct16x16_sse2() local
1638 step3_2 = _mm_sub_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2()
1649 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5); in vp9_fdct16x16_sse2()
1650 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5); in vp9_fdct16x16_sse2()
1671 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5); in vp9_fdct16x16_sse2()
1672 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5); in vp9_fdct16x16_sse2()