Searched refs:step_3 (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
67 step_3 = dct_const_round_shift(temp2);
71 "extp %[step_3], $ac1, 31 \n\t"
74 output[0] = step_0 + step_3;
77 output[12] = step_0 - step_3;
79 "add %[Temp0], %[step_0], %[step_3] \n\t"
88 "sub %[Temp3], %[step_0], %[step_3] \n\t"
94 [step_2] "=&r" (step_2), [step_3] "=&r" (step_3),
109 int16_t step_0, step_1, step_2, step_3; 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
67 step_3 = dct_const_round_shift(temp2);
71 "extp %[step_3], $ac1, 31 \n\t"
74 output[0] = step_0 + step_3;
77 output[12] = step_0 - step_3;
79 "add %[Temp0], %[step_0], %[step_3] \n\t"
88 "sub %[Temp3], %[step_0], %[step_3] \n\t"
94 [step_2] "=&r" (step_2), [step_3] "=&r" (step_3),
109 int16_t step_0, step_1, step_2, step_3; local
[all...]

Completed in 107 milliseconds