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

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans4_dspr2.c18 int16_t step_0, step_1, step_2, step_3; local
27 step_0 = dct_const_round_shift(temp_1);
43 "extp %[step_0], $ac0, 31 \n\t"
69 output[0] = step_0 + step_3;
72 output[12] = step_0 - step_3;
74 "add %[Temp0], %[step_0], %[step_3] \n\t"
83 "sub %[Temp3], %[step_0], %[step_3] \n\t"
88 [step_0] "=&r" (step_0), [step_1] "=&r" (step_1),
104 int16_t step_0, step_ local
[all...]

Completed in 99 milliseconds