Searched refs:step2_29 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans32_cols_dspr2.c27 int16_t step2_28, step2_29, step2_30, step2_31; local
456 step2_29 = step1_30 - step1_29;
462 "madd $ac0, %[step2_29], %[cospi_24_64] \n\t"
467 [step2_18] "r" (step2_18), [step2_29] "r" (step2_29),
471 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64;
555 step2_29 = step3_29 + step3_26;
770 "add %[temp0], %[step1_2], %[step2_29] \n\t"
791 [step2_28] "r" (step2_28), [step2_29] "r" (step2_29),
[all...]
H A Ditrans32_dspr2.c30 int16_t step2_28, step2_29, step2_30, step2_31; local
524 step2_29 = step1_30 - step1_29;
530 "madd $ac0, %[step2_29], %[cospi_24_64] \n\t"
535 [step2_18] "r" (step2_18), [step2_29] "r" (step2_29),
539 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64;
623 step2_29 = step3_29 + step3_26;
832 output[2 * 32] = step1_2 + step2_29;
859 output[29 * 32] = step1_2 - step2_29;

Completed in 242 milliseconds