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

  /external/testng/src/test/java/test/dependent/
SampleDependentMethods5.java 17 public void step2() { method in class:SampleDependentMethods5
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" })
  /external/libvpx/libvpx/vpx_dsp/
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...]
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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 168 final SetupStep step2 = new SetupStep(STEP_2, applicationName, local
173 step2.setAction(new Runnable() {
179 mSetupStepGroup.addStep(step2);
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 57 uint32 step2; local
116 step2 = (uint32) dStep2;
167 step2 = (uint32) sStep2;
173 if (count2 == 1) step2 = 0xFFFFFFFF;
182 if (step1 >= step2)
189 else if (step2 >= step0)
208 if (step0 >= step2)
215 else if (step2 >= step1)
    [all...]
dng_utils.cpp 461 int32 step2 = buffer.fColStep; local
470 step2);
479 if (maxValue == 0x0FFFF && step2 == 1)
510 s2 += step2;
  /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/webp/src/dsp/
dec_mips_dsp_r2.c 302 int step1, step2, temp1, temp2, temp3, temp4; local
320 "addu %[step2], %[hstride], %[hstride] \n\t"
331 "lbux %[q2], %[step2](%[p]) \n\t"
334 "addu %[step2], %[step2], %[hstride] \n\t"
338 "lbux %[q3], %[step2](%[p]) \n\t"
416 [step2]"=&r"(step2), [step1]"=&r"(step1), [temp1]"=&r"(temp1),
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 17 v8i16 step0, step1, step2, step3; local
31 step0, step1, step2, step3, in4, in5, in6, in7);
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
49 step0, step1, step2, step3, in4, in5, in6, in7);
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
267 step0, step1, step2, step3, step4, step5, step6, step7,
269 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
281 step0, step1, step2, step3, step4, step5, step6, step7,
283 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7
    [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/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...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 146 Snapshot step2 = s2.get(i); local
147 step1.assertSame(step2, i);
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 1089 dyn_string_t step2 = dyn_string_new (dlltool_cmdline->length local
1094 dyn_string_append_cstr (step2, "--base-file ");
1097 dyn_string_append_cstr (step2,
1099 dyn_string_append_cstr (step2, base_file_name);
1100 dyn_string_append_cstr (step2,
1103 dyn_string_append_cstr (step2, "--output-exp ");
1106 dyn_string_append_cstr (step2,
1108 dyn_string_append_cstr (step2, exp_file_name);
1109 dyn_string_append_cstr (step2,
1114 dyn_string_append_cstr (step2, " ");
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 563 const void* src2, size_t step2, const void* src3, size_t step3,
568 const void* src2, size_t step2, void* dst, size_t dststep,
572 const void* src2, size_t step2, void* dst, size_t dststep,
2511 size_t step2 = v2.step\/sizeof(src2[0]); local
2542 size_t step2 = v2.step\/sizeof(src2[0]); local
    [all...]
  /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/vpx_dsp/x86/
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...]
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...]
  /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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 316 milliseconds