HomeSort by relevance Sort by last modified time
    Searched defs:step1 (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 148 final SetupStep step1 = new SetupStep(STEP_1, applicationName, local
154 step1.setAction(new Runnable() {
161 mSetupStepGroup.addStep(step1);
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 160 int16_t step1[8], step2[8]; local
163 step1[0] = input[0];
164 step1[2] = input[4];
165 step1[1] = input[2];
166 step1[3] = input[6];
169 step1[4] = dct_const_round_shift(temp1);
170 step1[7] = dct_const_round_shift(temp2);
173 step1[5] = dct_const_round_shift(temp1);
174 step1[6] = dct_const_round_shift(temp2);
177 idct4_1d(step1, step1)
450 int16_t step1[16], step2[16]; local
880 int16_t step1[32], step2[32]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 320 /*canbe16*/ int step1[8]; local
338 step1[0] = (in[7 * stride] - in[ 8 * stride]) * 4;
339 step1[1] = (in[6 * stride] - in[ 9 * stride]) * 4;
340 step1[2] = (in[5 * stride] - in[10 * stride]) * 4;
341 step1[3] = (in[4 * stride] - in[11 * stride]) * 4;
342 step1[4] = (in[3 * stride] - in[12 * stride]) * 4;
343 step1[5] = (in[2 * stride] - in[13 * stride]) * 4;
344 step1[6] = (in[1 * stride] - in[14 * stride]) * 4;
345 step1[7] = (in[0 * stride] - in[15 * stride]) * 4;
357 step1[0] = ((in[7 * 16] + 1) >> 2) - ((in[ 8 * 16] + 1) >> 2)
646 \/*canbe16*\/ int step1[8]; local
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 1535 int step1 = srcA->step ? srcA->step\/sizeof(src1data[0]) : 1; local
1558 int step1 = srcA->step ? srcA->step\/sizeof(src1data[0]) : 1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Tests.js 577 function step1()
607 step1();
628 function step1()
669 step1();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_sse2.c 88 __m128i step1[32]; local
97 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2;
103 __m128i *step1a = &step1[ 0];
104 __m128i *step1b = &step1[31];
133 __m128i *step1a = &step1[ 4];
134 __m128i *step1b = &step1[27];
163 __m128i *step1a = &step1[ 8];
164 __m128i *step1b = &step1[23];
193 __m128i *step1a = &step1[12];
194 __m128i *step1b = &step1[19]
    [all...]

Completed in 285 milliseconds