Searched refs:step3_0 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 618 __m128i step3_0, step3_1, step3_2, step3_3; in FDCT16x16_2D() local 893 step3_0 = ADD_EPI16(step1_0, step2_3); in FDCT16x16_2D() 903 check_epi16_overflow_x8(&step3_0, &step3_1, &step3_2, &step3_3, in FDCT16x16_2D() 936 step1_0 = ADD_EPI16(step3_0, step2_1); in FDCT16x16_2D() 937 step1_1 = SUB_EPI16(step3_0, step2_1); in FDCT16x16_2D()
|