HomeSort by relevance Sort by last modified time
    Searched full:step_3 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
itrans4_dspr2.c 18 int16_t step_0, step_1, step_2, step_3; local
62 step_3 = dct_const_round_shift(temp2);
66 "extp %[step_3], $ac1, 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"
89 [step_2] "=&r" (step_2), [step_3] "=&r" (step_3),
104 int16_t step_0, step_1, step_2, step_3; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 23 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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 74 private static final int STEP_3 = 3;
181 final SetupStep step3 = new SetupStep(STEP_3, applicationName,
305 if (stepNumber == STEP_3) {
322 return STEP_3;
338 return stepNumber >= STEP_1 && stepNumber <= STEP_3;
429 mActionFinish.setVisibility((mStepNumber == STEP_3) ? View.VISIBLE : View.GONE);

Completed in 178 milliseconds