Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h619 __m128i step3_4, step3_5, step3_6, step3_7; in FDCT16x16_2D() local
899 step3_6 = ADD_EPI16(step1_6, step2_5); in FDCT16x16_2D()
904 &step3_4, &step3_5, &step3_6, &step3_7); in FDCT16x16_2D()
913 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in FDCT16x16_2D()
914 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in FDCT16x16_2D()