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

  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 40 InspectorTest.addSniffer(profiles[0], "_wasShown", step2);
51 function step2()
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S 58 #define step2 r8 define
118 MOV step2,pointStep,LSL #3
119 SUB step2,step2,pointStep @// step2 = 7*pointStep
140 SUB pSrc, pSrc, step2
176 SUB pSrc, pSrc, step2
258 SUB pDst, pDst, step2 @// set pDst to y1
334 SUB pDst, pDst, step2 @// update pDst for the next set
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 164 final SetupStep step2 = new SetupStep(STEP_2, applicationName, local
169 step2.setAction(new Runnable() {
175 mSetupStepGroup.addStep(step2);
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S 65 #define step2 r10 define
176 SUB step2, step1, #4
196 VLD1 dW0i,[pTwiddleTmp],step2
201 SUB pTwiddleTmp, pTwiddleTmp, step2
202 SUB step2,step2,#16
armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S 65 #define step2 r10 define
203 MOV step2,pointStep,LSL #3
205 SUB step2,step2,pointStep @// step2 = 7*pointStep
207 RSB setStep,step2,#16
329 SUB pDst, pDst, step2 @// set pDst to y1
368 SUB pDst, pDst, step2 @// set pDst to y1
395 SUB pDst, pDst, step2
armSP_FFT_CToC_SC16_Radix8_fs_unsafe_s.S 76 #define step2 r10 define
224 MOV step2,pointStep,LSL #3
226 SUB step2,step2,pointStep @// step2 = 7*pointStep
227 RSB setStep,step2,#16 @// setStep = - 7*pointStep+16
349 SUB pDst, pDst, step2 @// set pDst to y1
384 SUB pDst, pDst, step2 @// set pDst to y1
511 SUB pDst, pDst, step2 @// set pDst to y1
546 SUB pDst, pDst, step2 @// set pDst to y
    [all...]
armSP_FFT_CToC_SC32_Radix8_fs_unsafe_s.S 75 #define step2 r10 define
217 MOV step2,pointStep,LSL #3
219 SUB step2,step2,pointStep @// step2 = 7*pointStep
220 RSB setStep,step2,#16 @// setStep = - 7*pointStep+16
340 SUB pDst, pDst, step2 @// set pDst to y1
375 SUB pDst, pDst, step2 @// set pDst to y1
499 SUB pDst, pDst, step2 @// set pDst to y1
534 SUB pDst, pDst, step2 @// set pDst to y
    [all...]
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 80 #define step2 r8 define
450 SUB step2, step1, #4
451 RSB step2r, step2, #8
470 VLD1 dW0i,[pTwiddleTmp],step2
471 SUB step2, step2, #16
  /external/chromium_org/third_party/libvpx/source/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
881 int16_t step1[32], step2[32]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 329 /*canbe16*/ int step2[8]; local
431 step2[2] = fdct_round_shift(temp1);
432 step2[3] = fdct_round_shift(temp2);
435 step2[4] = fdct_round_shift(temp1);
436 step2[5] = fdct_round_shift(temp2);
438 step3[0] = step1[0] + step2[3];
439 step3[1] = step1[1] + step2[2];
440 step3[2] = step1[1] - step2[2];
441 step3[3] = step1[0] - step2[3];
442 step3[4] = step1[7] - step2[4]
659 \/*canbe16*\/ int step2[8]; local
    [all...]
  /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
881 int16_t step1[32], step2[32]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 329 /*canbe16*/ int step2[8]; local
431 step2[2] = fdct_round_shift(temp1);
432 step2[3] = fdct_round_shift(temp2);
435 step2[4] = fdct_round_shift(temp1);
436 step2[5] = fdct_round_shift(temp2);
438 step3[0] = step1[0] + step2[3];
439 step3[1] = step1[1] + step2[2];
440 step3[2] = step1[1] - step2[2];
441 step3[3] = step1[0] - step2[3];
442 step3[4] = step1[7] - step2[4]
659 \/*canbe16*\/ int step2[8]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
881 int16_t step1[32], step2[32]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 329 /*canbe16*/ int step2[8]; local
431 step2[2] = fdct_round_shift(temp1);
432 step2[3] = fdct_round_shift(temp2);
435 step2[4] = fdct_round_shift(temp1);
436 step2[5] = fdct_round_shift(temp2);
438 step3[0] = step1[0] + step2[3];
439 step3[1] = step1[1] + step2[2];
440 step3[2] = step1[1] - step2[2];
441 step3[3] = step1[0] - step2[3];
442 step3[4] = step1[7] - step2[4]
659 \/*canbe16*\/ int step2[8]; local
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
armSP_FFT_CToC_FC32_Radix8_fs_s.S 65 #define step2 x11 define
208 lsl step2,pointStep, #3
211 SUB step2,step2,pointStep // step2 = 7*pointStep
213 rsb setStep,step2,#16
379 SUB pDst, pDst, step2 // set pDst to y1
418 SUB pDst, pDst, step2 // set pDst to y1
449 SUB pDst, pDst, step2
  /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 625 WebInspector.notifications.addEventListener(WebInspector.NotificationService.Events.SelectedNodeChanged, step2);
628 function step2()
630 WebInspector.notifications.removeEventListener(WebInspector.NotificationService.Events.SelectedNodeChanged, step2);
698 testOverrides({width: 1200, height: 1000, deviceScaleFactor: 1, emulateViewport: false, fitWindow: true}, {width: 1200, height: 1000, deviceScaleFactor: 1}, step2);
701 function 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 98 __m256i step2[32]; local
312 step2[ 0] = _mm256_add_epi16(step1[0], step1[15]);
313 step2[ 1] = _mm256_add_epi16(step1[1], step1[14]);
314 step2[ 2] = _mm256_add_epi16(step1[2], step1[13]);
315 step2[ 3] = _mm256_add_epi16(step1[3], step1[12]);
316 step2[ 4] = _mm256_add_epi16(step1[4], step1[11]);
317 step2[ 5] = _mm256_add_epi16(step1[5], step1[10]);
318 step2[ 6] = _mm256_add_epi16(step1[6], step1[ 9]);
319 step2[ 7] = _mm256_add_epi16(step1[7], step1[ 8]);
320 step2[ 8] = _mm256_sub_epi16(step1[7], step1[ 8])
    [all...]
vp9_dct32x32_sse2.c 92 __m128i step2[32]; local
306 step2[ 0] = _mm_add_epi16(step1[0], step1[15]);
307 step2[ 1] = _mm_add_epi16(step1[1], step1[14]);
308 step2[ 2] = _mm_add_epi16(step1[2], step1[13]);
309 step2[ 3] = _mm_add_epi16(step1[3], step1[12]);
310 step2[ 4] = _mm_add_epi16(step1[4], step1[11]);
311 step2[ 5] = _mm_add_epi16(step1[5], step1[10]);
312 step2[ 6] = _mm_add_epi16(step1[6], step1[ 9]);
313 step2[ 7] = _mm_add_epi16(step1[7], step1[ 8]);
314 step2[ 8] = _mm_sub_epi16(step1[7], step1[ 8])
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 98 __m256i step2[32]; local
312 step2[ 0] = _mm256_add_epi16(step1[0], step1[15]);
313 step2[ 1] = _mm256_add_epi16(step1[1], step1[14]);
314 step2[ 2] = _mm256_add_epi16(step1[2], step1[13]);
315 step2[ 3] = _mm256_add_epi16(step1[3], step1[12]);
316 step2[ 4] = _mm256_add_epi16(step1[4], step1[11]);
317 step2[ 5] = _mm256_add_epi16(step1[5], step1[10]);
318 step2[ 6] = _mm256_add_epi16(step1[6], step1[ 9]);
319 step2[ 7] = _mm256_add_epi16(step1[7], step1[ 8]);
320 step2[ 8] = _mm256_sub_epi16(step1[7], step1[ 8])
    [all...]
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 98 __m256i step2[32]; local
312 step2[ 0] = _mm256_add_epi16(step1[0], step1[15]);
313 step2[ 1] = _mm256_add_epi16(step1[1], step1[14]);
314 step2[ 2] = _mm256_add_epi16(step1[2], step1[13]);
315 step2[ 3] = _mm256_add_epi16(step1[3], step1[12]);
316 step2[ 4] = _mm256_add_epi16(step1[4], step1[11]);
317 step2[ 5] = _mm256_add_epi16(step1[5], step1[10]);
318 step2[ 6] = _mm256_add_epi16(step1[6], step1[ 9]);
319 step2[ 7] = _mm256_add_epi16(step1[7], step1[ 8]);
320 step2[ 8] = _mm256_sub_epi16(step1[7], step1[ 8])
    [all...]
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...]

Completed in 943 milliseconds