/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/ |
heap-snapshot-performance-test.js | 40 InspectorTest.addSniffer(profiles[0], "_wasShown", step2); 51 function step2()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
SetupWizardActivity.java | 163 final SetupStep step2 = new SetupStep(STEP_2, applicationName, local 168 step2.setAction(new Runnable() { 174 mSetupStepGroup.addStep(step2);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 160 int16_t step1[8], step2[8]; local 180 step2[4] = step1[4] + step1[5]; 181 step2[5] = step1[4] - step1[5]; 182 step2[6] = -step1[6] + step1[7]; 183 step2[7] = step1[6] + step1[7]; 186 step1[4] = step2[4]; 187 temp1 = (step2[6] - step2[5]) * cospi_16_64; 188 temp2 = (step2[5] + step2[6]) * cospi_16_64 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 | 321 /*canbe16*/ int step2[8]; local 423 step2[2] = dct_const_round_shift(temp1); 424 step2[3] = dct_const_round_shift(temp2); 427 step2[4] = dct_const_round_shift(temp1); 428 step2[5] = dct_const_round_shift(temp2); 430 step3[0] = step1[0] + step2[3]; 431 step3[1] = step1[1] + step2[2]; 432 step3[2] = step1[1] - step2[2]; 433 step3[3] = step1[0] - step2[3]; 434 step3[4] = step1[7] - step2[4] 647 \/*canbe16*\/ int step2[8]; local [all...] |
/external/opencv/cxcore/src/ |
cxmatrix.cpp | 1536 int step2 = srcB->step ? srcB->step\/sizeof(src1data[0]) : 1; local 1559 int step2 = srcB->step ? srcB->step\/sizeof(src1data[0]) : 1; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Tests.js | 631 WebInspector.notifications.addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, step2); 634 function step2() 636 WebInspector.notifications.removeEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, step2);
|
/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 | 89 __m128i step2[32]; local 303 step2[ 0] = _mm_add_epi16(step1[0], step1[15]); 304 step2[ 1] = _mm_add_epi16(step1[1], step1[14]); 305 step2[ 2] = _mm_add_epi16(step1[2], step1[13]); 306 step2[ 3] = _mm_add_epi16(step1[3], step1[12]); 307 step2[ 4] = _mm_add_epi16(step1[4], step1[11]); 308 step2[ 5] = _mm_add_epi16(step1[5], step1[10]); 309 step2[ 6] = _mm_add_epi16(step1[6], step1[ 9]); 310 step2[ 7] = _mm_add_epi16(step1[7], step1[ 8]); 311 step2[ 8] = _mm_sub_epi16(step1[7], step1[ 8]) [all...] |