Searched refs:step3_1 (Results 1 - 2 of 2) 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
892 step3_1 = ADD_EPI16(step1_1, step2_2);
901 check_epi16_overflow_x8(&step3_0, &step3_1, &step3_2, &step3_3,
911 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6);
912 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c19 v8i16 step0_1, step1_1, step2_1, step3_1; local
33 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1);
36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8);
51 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1);
54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8);

Completed in 145 milliseconds