Home
last modified time | relevance | path

Searched refs:step3_1 (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
1637 step3_1 = _mm_add_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2()
1647 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2()
1648 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2()
1669 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2()
1670 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2()