/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 59 step_2 = dct_const_round_shift(temp1); 63 "extp %[step_2], $ac0, 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" 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/ |
vp9_itrans4_dspr2.c | 23 int16_t step_0, step_1, step_2, step_3; local 59 step_2 = dct_const_round_shift(temp1); 63 "extp %[step_2], $ac0, 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" 94 [step_2] "=&r" (step_2), [step_3] "=&r" (step_3), 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 59 step_2 = dct_const_round_shift(temp1); 63 "extp %[step_2], $ac0, 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" 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/chromium_org/chrome/common/extensions/docs/templates/articles/ |
options.html | 18 <h2 id="step_2">Step 2: Write your options page</h2>
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
SetupWizardActivity.java | 69 private static final int STEP_2 = 2; 164 final SetupStep step2 = new SetupStep(STEP_2, applicationName, 238 } else if (v == mStep1Bullet && currentStep == STEP_2) { 311 return STEP_2;
|