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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c23 int16_t step_0, step_1, step_2, step_3; local
35 step_1 = dct_const_round_shift(temp_2);
53 "extp %[step_1], $ac1, 31 \n\t"
75 output[4] = step_1 + step_2;
76 output[8] = step_1 - step_2;
82 "add %[Temp1], %[step_1], %[step_2] \n\t"
85 "sub %[Temp2], %[step_1], %[step_2] \n\t"
93 [step_0] "=&r" (step_0), [step_1] "=&r" (step_1),
109 int16_t step_0, step_1, step_ local
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c23 int16_t step_0, step_1, step_2, step_3; local
35 step_1 = dct_const_round_shift(temp_2);
53 "extp %[step_1], $ac1, 31 \n\t"
75 output[4] = step_1 + step_2;
76 output[8] = step_1 - step_2;
82 "add %[Temp1], %[step_1], %[step_2] \n\t"
85 "sub %[Temp2], %[step_1], %[step_2] \n\t"
93 [step_0] "=&r" (step_0), [step_1] "=&r" (step_1),
109 int16_t step_0, step_1, step_ local
[all...]

Completed in 112 milliseconds