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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 23 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_2, step_3 local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 23 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_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
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_2, step_3 local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 68 private static final int STEP_1 = 1;
149 final SetupStep step1 = new SetupStep(STEP_1, applicationName,
235 nextStep = STEP_1;
239 nextStep = STEP_1;
296 if (stepNumber == STEP_1) {
308 return STEP_1;
329 return stepNumber >= STEP_1 && stepNumber <= STEP_3;
362 if (mStepNumber == STEP_1) {
501 mIndicatorView.setIndicatorPosition(enableStepNo - STEP_1, mGroup.size());
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
options.html 7 <h2 id="step_1">Step 1: Declare your options page in the manifest</h2>

Completed in 162 milliseconds