Searched refs:step3_0 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h618 __m128i step3_0, step3_1, step3_2, step3_3; local
891 step3_0 = ADD_EPI16(step1_0, step2_3);
901 check_epi16_overflow_x8(&step3_0, &step3_1, &step3_2, &step3_3,
934 step1_0 = ADD_EPI16(step3_0, step2_1);
935 step1_1 = SUB_EPI16(step3_0, step2_1);

Completed in 30 milliseconds