Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h618 __m128i step3_0, step3_1, step3_2, step3_3; in FDCT16x16_2D() local
895 step3_2 = SUB_EPI16(step1_1, step2_2); in FDCT16x16_2D()
903 check_epi16_overflow_x8(&step3_0, &step3_1, &step3_2, &step3_3, in FDCT16x16_2D()
915 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5); in FDCT16x16_2D()
916 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5); in FDCT16x16_2D()