/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.c | 157 tran_low_t step1[8], step2[8]; local 176 step2[0] = WRAPLOW(dct_const_round_shift(temp1), 8); 177 step2[1] = WRAPLOW(dct_const_round_shift(temp2), 8); 180 step2[2] = WRAPLOW(dct_const_round_shift(temp1), 8); 181 step2[3] = WRAPLOW(dct_const_round_shift(temp2), 8); 182 step2[4] = WRAPLOW(step1[4] + step1[5], 8); 183 step2[5] = WRAPLOW(step1[4] - step1[5], 8); 184 step2[6] = WRAPLOW(-step1[6] + step1[7], 8); 185 step2[7] = WRAPLOW(step1[6] + step1[7], 8); 188 step1[0] = WRAPLOW(step2[0] + step2[3], 8) 389 tran_low_t step1[16], step2[16]; local 792 tran_low_t step1[32], step2[32]; local 1396 tran_low_t step1[8], step2[8]; local 1626 tran_low_t step1[16], step2[16]; local 2035 tran_low_t step1[32], step2[32]; local [all...] |
fwd_txfm.c | 204 tran_high_t step2[8]; // canbe16 local 306 step2[2] = fdct_round_shift(temp1); 307 step2[3] = fdct_round_shift(temp2); 310 step2[4] = fdct_round_shift(temp1); 311 step2[5] = fdct_round_shift(temp2); 313 step3[0] = step1[0] + step2[3]; 314 step3[1] = step1[1] + step2[2]; 315 step3[2] = step1[1] - step2[2]; 316 step3[3] = step1[0] - step2[3]; 317 step3[4] = step1[7] - step2[4] [all...] |
/external/testng/src/test/java/test/dependent/ |
SampleDependentMethods6.java | 11 @Test(dependsOnMethods = { "step2" }) 16 public void step2() { method in class:SampleDependentMethods6
|
SampleDependentMethods4.java | 18 public void step2() { method in class:SampleDependentMethods4 19 Assert.assertTrue(false, "Problem in step2"); 22 @Test(dependsOnMethods = { "step2" })
|
SampleDependentMethods5.java | 17 public void step2() { method in class:SampleDependentMethods5
|
DependentTest.java | 44 String[] failed = { "step2", }; 56 String[] passed = { "step1", "step2" };
|
/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...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct16x16_add_neon.asm | 87 ; step2[4] * cospi_28_64 91 ; step2[4] * cospi_4_64 95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64 99 ; temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64 123 ; step2[5] * cospi_12_64 127 ; step2[5] * cospi_20_64 135 ; temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_6 [all...] |
idct8x8_add_neon.asm | 143 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5] 144 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5] 145 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7] 146 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7] 148 ; step2[6] * cospi_16_64 152 ; step2[6] * cospi_16_64 156 ; (step2[6] - step2[5]) * cospi_16_64 160 ; (step2[5] + step2[6]) * cospi_16_6 [all...] |
idct32x32_add_neon.asm | 477 ;step2[16] = step1b[16][i] + step1b[17][i]; 478 ;step2[17] = step1b[16][i] - step1b[17][i]; 479 ;step2[30] = -step1b[30][i] + step1b[31][i]; 480 ;step2[31] = step1b[30][i] + step1b[31][i]; 512 ;step2[18] = -step1b[18][i] + step1b[19][i]; 513 ;step2[19] = step1b[18][i] + step1b[19][i]; 514 ;step2[28] = step1b[28][i] + step1b[29][i]; 515 ;step2[29] = step1b[28][i] - step1b[29][i]; 549 ;step2[18] = dct_const_round_shift(temp1); 550 ;step2[29] = dct_const_round_shift(temp2) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_add_neon.asm | 87 ; step2[4] * cospi_28_64 91 ; step2[4] * cospi_4_64 95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64 99 ; temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64 123 ; step2[5] * cospi_12_64 127 ; step2[5] * cospi_20_64 135 ; temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_6 [all...] |
vp9_idct8x8_add_neon.asm | 143 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5] 144 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5] 145 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7] 146 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7] 148 ; step2[6] * cospi_16_64 152 ; step2[6] * cospi_16_64 156 ; (step2[6] - step2[5]) * cospi_16_64 160 ; (step2[5] + step2[6]) * cospi_16_6 [all...] |
vp9_idct32x32_add_neon.asm | 477 ;step2[16] = step1b[16][i] + step1b[17][i]; 478 ;step2[17] = step1b[16][i] - step1b[17][i]; 479 ;step2[30] = -step1b[30][i] + step1b[31][i]; 480 ;step2[31] = step1b[30][i] + step1b[31][i]; 512 ;step2[18] = -step1b[18][i] + step1b[19][i]; 513 ;step2[19] = step1b[18][i] + step1b[19][i]; 514 ;step2[28] = step1b[28][i] + step1b[29][i]; 515 ;step2[29] = step1b[28][i] - step1b[29][i]; 549 ;step2[18] = dct_const_round_shift(temp1); 550 ;step2[29] = dct_const_round_shift(temp2) [all...] |
vp9_iht8x8_add_neon.asm | 241 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5] 242 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5] 243 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7] 244 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7] 246 ; step2[6] * cospi_16_64 250 ; step2[6] * cospi_16_64 254 ; (step2[6] - step2[5]) * cospi_16_64 258 ; (step2[5] + step2[6]) * cospi_16_6 [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_dct32x32_impl_sse2.h | 119 __m128i step2[32]; local 369 step2[0] = ADD_EPI16(step1[0], step1[15]); 370 step2[1] = ADD_EPI16(step1[1], step1[14]); 371 step2[2] = ADD_EPI16(step1[2], step1[13]); 372 step2[3] = ADD_EPI16(step1[3], step1[12]); 373 step2[4] = ADD_EPI16(step1[4], step1[11]); 374 step2[5] = ADD_EPI16(step1[5], step1[10]); 375 step2[6] = ADD_EPI16(step1[6], step1[ 9]); 376 step2[7] = ADD_EPI16(step1[7], step1[ 8]); 377 step2[8] = SUB_EPI16(step1[7], step1[ 8]) [all...] |
fwd_dct32x32_impl_avx2.h | 99 __m256i step2[32]; local 313 step2[ 0] = _mm256_add_epi16(step1[0], step1[15]); 314 step2[ 1] = _mm256_add_epi16(step1[1], step1[14]); 315 step2[ 2] = _mm256_add_epi16(step1[2], step1[13]); 316 step2[ 3] = _mm256_add_epi16(step1[3], step1[12]); 317 step2[ 4] = _mm256_add_epi16(step1[4], step1[11]); 318 step2[ 5] = _mm256_add_epi16(step1[5], step1[10]); 319 step2[ 6] = _mm256_add_epi16(step1[6], step1[ 9]); 320 step2[ 7] = _mm256_add_epi16(step1[7], step1[ 8]); 321 step2[ 8] = _mm256_sub_epi16(step1[7], step1[ 8]) [all...] |
/external/autotest/client/tests/error_skip_step/ |
control | 17 job.next_step('step2') 28 def step2(): 29 print 'screw you step0, I am the coolest. -step2'
|
/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...] |
/external/opencv3/modules/core/src/ |
arithm.cpp | 76 void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz) 84 src2 = (const T *)((const uchar *)src2 + step2), 152 void vBinOp32(const T* src1, size_t step1, const T* src2, size_t step2, 161 src2 = (const T *)((const uchar *)src2 + step2), 247 void vBinOp64(const T* src1, size_t step1, const T* src2, size_t step2, 256 src2 = (const T *)((const uchar *)src2 + step2), 748 static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step) 751 step1 = step2 = step = sz.width*elemSize; 756 const uchar* src2, size_t step2, 762 fixSteps(sz, sizeof(dst[0]), step1, step2, step) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 96 tran_high_t step2[8]; // canbe16 local 176 step2[2] = fdct_round_shift(temp1); 177 step2[3] = fdct_round_shift(temp2); 180 step2[4] = fdct_round_shift(temp1); 181 step2[5] = fdct_round_shift(temp2); 184 step3[0] = step1[0] + step2[3]; 185 step3[1] = step1[1] + step2[2]; 186 step3[2] = step1[1] - step2[2]; 187 step3[3] = step1[0] - step2[3]; 188 step3[4] = step1[7] - step2[4] [all...] |
/external/opencv/cxcore/src/ |
cxnorm.cpp | 279 const arrtype* src2, int step2, CvSize size, double* _norm),\ 280 (src1, step1, src2, step2, size, _norm)) \ 286 step2 /= sizeof(src2[0]); \ 288 for( ; size.height--; src1 += step1, src2 += step2 ) \ 317 const arrtype* src2, int step2, CvSize size, double* _norm),\ 318 ( src1, step1, src2, step2, size, _norm )) \ 322 step2 /= sizeof(src2[0]); \ 324 for( ; size.height--; src1 += step1, src2 += step2 ) \ 340 const arrtype* src2, int step2, CvSize size, double* _norm, \ 342 (src1, step1, src2, step2, size, _norm, cvAlgHintAccurate )) [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...] |
/sdk/files/ |
post_tools_install.bat | 37 if not exist "%src%" goto Step2
41 :Step2
|
/external/opencv/cv/src/ |
cvaccum.cpp | 83 ( const srctype *src1, int step1, const srctype *src2, int step2, \ 85 (src1, step1, src2, step2, dst, dststep, size) ) \ 88 step2 /= sizeof(src2[0]); \ 91 for( ; size.height--; src1 += step1, src2 += step2, dst += dststep ) \ 190 ( const srctype *src1, int step1, const srctype* src2, int step2, \ 192 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) \ 195 step2 /= sizeof(src2[0]); \ 198 for( ; size.height--; src1 += step1, src2 += step2, \ 294 ( const srctype *src1, int step1, const srctype* src2, int step2, \ 296 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) [all...] |