Searched defs:step_1 (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
30 step_1 = dct_const_round_shift(temp_2);
48 "extp %[step_1], $ac1, 31 \n\t"
70 output[4] = step_1 + step_2;
71 output[8] = step_1 - step_2;
77 "add %[Temp1], %[step_1], %[step_2] \n\t"
80 "sub %[Temp2], %[step_1], %[step_2] \n\t"
88 [step_0] "=&r" (step_0), [step_1] "=&r" (step_1),
104 int16_t step_0, step_1, step_ local
[all...]

Completed in 73 milliseconds