Searched refs:step2_2 (Results 1 - 4 of 4) 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
689 "add %[step2_2], %[step1_2], %[step1_5] \n\t"
698 [step2_2] "=&r"(step2_2), [step2_6] "=&r"(step2_6),
709 "add %[step1_2], %[step2_2], %[step3_13] \n\t"
712 "sub %[step1_13], %[step2_2], %[step3_13] \n\t"
722 [step2_2] "r"(step2_2), [step3_13] "r"(step3_13),
H A Ditrans32_dspr2.c26 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
733 "add %[step2_2], %[step1_2], %[step1_5] \n\t"
742 [step2_2] "=&r"(step2_2), [step2_6] "=&r"(step2_6),
753 "add %[step1_2], %[step2_2], %[step3_13] \n\t"
756 "sub %[step1_13], %[step2_2], %[step3_13] \n\t"
766 [step2_2] "r"(step2_2), [step3_13] "r"(step3_13),
H A Ditrans16_dspr2.c22 int step2_0, step2_1, step2_2, step2_3; local
54 "extp %[step2_2], $ac3, 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
439 "extp %[step2_2], $ac3, 31 \n\t"
448 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
449 "sub %[step1_2], %[step2_1], %[step2_2] \
[all...]
/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
872 step2_2 = mult_round_shift(&t0, &t1, &k__cospi_p16_m16,
882 check_epi16_overflow_x4(&step2_2, &step2_3, &step2_5, &step2_4);
892 step3_1 = ADD_EPI16(step1_1, step2_2);
893 step3_2 = SUB_EPI16(step1_1, step2_2);
917 step2_2 = mult_round_shift(&t2, &t3, &k__cospi_p24_p08,
925 check_epi16_overflow_x4(&step2_1, &step2_2, &step2_6, &step2_5);
936 step1_2 = ADD_EPI16(step3_3, step2_2);
937 step1_3 = SUB_EPI16(step3_3, step2_2);

Completed in 831 milliseconds