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

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans32_cols_dspr2.c22 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
688 "add %[step2_1], %[step1_1], %[step1_6] \n\t"
697 [step2_1] "=&r"(step2_1), [step2_5] "=&r"(step2_5),
708 "add %[step1_1], %[step2_1], %[step3_14] \n\t"
713 "sub %[step1_14], %[step2_1], %[step3_14] \n\t"
721 [step2_1] "r"(step2_1), [step3_14] "r"(step3_14),
H A Ditrans32_dspr2.c26 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
732 "add %[step2_1], %[step1_1], %[step1_6] \n\t"
741 [step2_1] "=&r"(step2_1), [step2_5] "=&r"(step2_5),
752 "add %[step1_1], %[step2_1], %[step3_14] \n\t"
757 "sub %[step1_14], %[step2_1], %[step3_14] \n\t"
765 [step2_1] "r"(step2_1), [step3_14] "r"(step3_14),
H A Ditrans16_dspr2.c22 int step2_0, step2_1, step2_2, step2_3; local
48 "extp %[step2_1], $ac2, 31 \n\t"
63 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
64 "sub %[step1_2], %[step2_1], %[step2_2] \n\t"
70 [step2_1] "=&r"(step2_1), [step2_2] "=&r"(step2_2),
397 int step2_0, step2_1, step2_2, step2_3; local
433 "extp %[step2_1], $ac2, 31 \n\t"
448 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
449 "sub %[step1_2], %[step2_1],
[all...]
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);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h617 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
915 step2_1 = mult_round_shift(&t0, &t1, &k__cospi_m08_p24,
925 check_epi16_overflow_x4(&step2_1, &step2_2, &step2_6, &step2_5);
934 step1_0 = ADD_EPI16(step3_0, step2_1);
935 step1_1 = SUB_EPI16(step3_0, step2_1);

Completed in 87 milliseconds