Searched defs:step2_3 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c22 int step2_0, step2_1, step2_2, step2_3; local
60 "extp %[step2_3], $ac1, 31 \n\t"
62 "add %[step1_0], %[step2_0], %[step2_3] \n\t"
65 "sub %[step1_3], %[step2_0], %[step2_3] \n\t"
71 [step2_3] "=&r"(step2_3), [step1_0] "=r"(step1_0),
397 int step2_0, step2_1, step2_2, step2_3; local
445 "extp %[step2_3], $ac1, 31 \n\t"
447 "add %[step1_0], %[step2_0], %[step2_3] \n\t"
450 "sub %[step1_3], %[step2_0], %[step2_3] \
[all...]
H A Ditrans32_cols_dspr2.c22 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
690 "add %[step2_3], %[step1_3], %[step1_4] \n\t"
699 [step2_3] "=&r"(step2_3), [step2_7] "=&r"(step2_7)
710 "add %[step1_3], %[step2_3], %[step3_12] \n\t"
711 "sub %[step1_12], %[step2_3], %[step3_12] \n\t"
723 [step2_3] "r"(step2_3), [step3_12] "r"(step3_12));
H A Ditrans32_dspr2.c26 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
734 "add %[step2_3], %[step1_3], %[step1_4] \n\t"
743 [step2_3] "=&r"(step2_3), [step2_7] "=&r"(step2_7)
754 "add %[step1_3], %[step2_3], %[step3_12] \n\t"
755 "sub %[step1_12], %[step2_3], %[step3_12] \n\t"
767 [step2_3] "r"(step2_3), [step3_12] "r"(step3_12));
/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
874 step2_3 = mult_round_shift(&t2, &t3, &k__cospi_p16_m16,
882 check_epi16_overflow_x4(&step2_2, &step2_3, &step2_5, &step2_4);
891 step3_0 = ADD_EPI16(step1_0, step2_3);
894 step3_3 = SUB_EPI16(step1_0, step2_3);

Completed in 150 milliseconds