Home
last modified time | relevance | path

Searched refs:step3_3 (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
896 step3_3 = SUB_EPI16(step1_0, step2_3); in FDCT16x16_2D()
903 check_epi16_overflow_x8(&step3_0, &step3_1, &step3_2, &step3_3, in FDCT16x16_2D()
938 step1_2 = ADD_EPI16(step3_3, step2_2); in FDCT16x16_2D()
939 step1_3 = SUB_EPI16(step3_3, step2_2); in FDCT16x16_2D()