Searched defs:step2 (Results 1 - 25 of 31) sorted by relevance

12

/external/testng/src/test/java/test/dependent/
H A DSampleDependentMethods5.java17 public void step2() { method in class:SampleDependentMethods5
H A DSampleDependentMethods6.java11 @Test(dependsOnMethods = { "step2" })
16 public void step2() { method in class:SampleDependentMethods6
H A DSampleDependentMethods4.java18 public void step2() { method in class:SampleDependentMethods4
19 Assert.assertTrue(false, "Problem in step2");
22 @Test(dependsOnMethods = { "step2" })
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_idct8x8_add_sse4.c21 __m128i step1[8], step2[8]; local
36 highbd_butterfly_cospi16_sse4_1(step1[0], step1[2], &step2[0], &step2[1]);
38 &step2[2], &step2[3]);
39 step2[4] = _mm_add_epi32(step1[4], step1[5]);
40 step2[5] = _mm_sub_epi32(step1[4], step1[5]);
41 step2[6] = _mm_sub_epi32(step1[7], step1[6]);
42 step2[7] = _mm_add_epi32(step1[7], step1[6]);
45 step1[0] = _mm_add_epi32(step2[
58 __m128i temp1[2], step1[8], step2[8]; local
[all...]
H A Dhighbd_idct8x8_add_sse2.c19 __m128i step1[8], step2[8]; local
34 highbd_butterfly_cospi16_sse2(step1[0], step1[2], &step2[0], &step2[1]);
35 highbd_butterfly_sse2(step1[1], step1[3], cospi_24_64, cospi_8_64, &step2[2],
36 &step2[3]);
37 step2[4] = _mm_add_epi32(step1[4], step1[5]);
38 step2[5] = _mm_sub_epi32(step1[4], step1[5]);
39 step2[6] = _mm_sub_epi32(step1[7], step1[6]);
40 step2[7] = _mm_add_epi32(step1[7], step1[6]);
43 step1[0] = _mm_add_epi32(step2[
56 __m128i temp1[4], sign[2], step1[8], step2[8]; local
[all...]
H A Dinv_txfm_ssse3.h34 __m128i step1[8], step2[8], tmp[4]; local
51 step2[0] = _mm_mulhrs_epi16(tmp[0], cospi_16_64d); // step2 0&1
52 step2[2] = _mm_mulhrs_epi16(tmp[2], cp_8d_24d); // step2 3&2
53 step2[4] = _mm_add_epi16(step1[4], step1[5]); // step2 4&7
54 step2[5] = _mm_sub_epi16(step1[4], step1[5]); // step2 5&6
55 step2[
[all...]
H A Dhighbd_idct16x16_add_sse2.c56 __m128i step1[16], step2[16]; local
59 highbd_butterfly_sse2(io[1], io[15], cospi_30_64, cospi_2_64, &step2[8],
60 &step2[15]);
61 highbd_butterfly_sse2(io[9], io[7], cospi_14_64, cospi_18_64, &step2[9],
62 &step2[14]);
63 highbd_butterfly_sse2(io[5], io[11], cospi_22_64, cospi_10_64, &step2[10],
64 &step2[13]);
65 highbd_butterfly_sse2(io[13], io[3], cospi_6_64, cospi_26_64, &step2[11],
66 &step2[12]);
73 step1[8] = _mm_add_epi32(step2[
105 __m128i step1[16], step2[16]; local
157 __m128i step1[16], step2[16]; local
[all...]
H A Dhighbd_idct16x16_add_sse4.c57 __m128i step1[16], step2[16]; local
60 highbd_butterfly_sse4_1(io[1], io[15], cospi_30_64, cospi_2_64, &step2[8],
61 &step2[15]);
62 highbd_butterfly_sse4_1(io[9], io[7], cospi_14_64, cospi_18_64, &step2[9],
63 &step2[14]);
64 highbd_butterfly_sse4_1(io[5], io[11], cospi_22_64, cospi_10_64, &step2[10],
65 &step2[13]);
66 highbd_butterfly_sse4_1(io[13], io[3], cospi_6_64, cospi_26_64, &step2[11],
67 &step2[12]);
74 step1[8] = _mm_add_epi32(step2[
106 __m128i step1[16], step2[16]; local
158 __m128i step1[16], step2[16]; local
[all...]
H A Dhighbd_idct32x32_add_sse2.c19 __m128i step2[32]; local
22 step2[8] = step1[8];
23 step2[15] = step1[15];
24 highbd_butterfly_sse2(step1[14], step1[9], cospi_24_64, cospi_8_64, &step2[9],
25 &step2[14]);
27 &step2[13], &step2[10]);
28 step2[11] = step1[11];
29 step2[12] = step1[12];
32 step1[8] = _mm_add_epi32(step2[
54 __m128i step2[32]; local
142 __m128i step1[8], step2[8]; local
186 __m128i step1[32], step2[32]; local
226 __m128i step1[32], step2[32]; local
366 __m128i step1[8], step2[8]; local
410 __m128i step1[32], step2[32]; local
450 __m128i step1[32], step2[32]; local
583 __m128i step1[8], step2[8]; local
623 __m128i step1[32], step2[32]; local
663 __m128i step1[32], step2[32]; local
[all...]
H A Dhighbd_idct32x32_add_sse4.c23 __m128i step2[32]; local
26 step2[8] = step1[8];
27 step2[15] = step1[15];
29 &step2[9], &step2[14]);
31 &step2[10], &step2[13]);
32 step2[11] = step1[11];
33 step2[12] = step1[12];
36 step1[8] = _mm_add_epi32(step2[
58 __m128i step2[32]; local
146 __m128i step1[8], step2[8]; local
190 __m128i step1[32], step2[32]; local
230 __m128i step1[32], step2[32]; local
370 __m128i step1[8], step2[8]; local
414 __m128i step1[32], step2[32]; local
454 __m128i step1[32], step2[32]; local
583 __m128i step1[8], step2[8]; local
623 __m128i step1[32], step2[32]; local
659 __m128i step1[32], step2[32]; local
[all...]
H A Dinv_txfm_ssse3.c57 __m128i step1[8], step2[8]; local
63 step2[0] = partial_butterfly_cospi16_ssse3(in[0]);
64 step2[4] = step1[4];
65 step2[5] = step1[4];
66 step2[6] = step1[7];
67 step2[7] = step1[7];
70 step1[0] = step2[0];
71 step1[1] = step2[0];
72 step1[2] = step2[0];
73 step1[3] = step2[
94 __m128i step1[16], step2[16]; local
192 __m128i step1[8], step2[8]; local
232 __m128i step1[16], step2[16]; local
272 __m128i step1[32], step2[32]; local
[all...]
H A Dinv_txfm_sse2.h252 __m128i step1[8], step2[8]; local
259 butterfly(in[0], in[4], cospi_16_64, cospi_16_64, &step2[1], &step2[0]);
260 butterfly(in[2], in[6], cospi_24_64, cospi_8_64, &step2[2], &step2[3]);
262 step2[4] = _mm_add_epi16(step1[4], step1[5]);
263 step2[5] = _mm_sub_epi16(step1[4], step1[5]);
264 step2[6] = _mm_sub_epi16(step1[7], step1[6]);
265 step2[7] = _mm_add_epi16(step1[7], step1[6]);
268 step1[0] = _mm_add_epi16(step2[
289 __m128i step1[8], step2[8], tmp[4]; local
345 __m128i step1[16], step2[16]; local
434 __m128i step1[16], step2[16]; local
537 __m128i step1[16], step2[16]; local
601 __m128i step2[32]; local
634 __m128i step2[32]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c134 int16x8_t in[16], step1[16], step2[16], out[16]; local
230 step2[0] = step1[0];
231 step2[1] = step1[1];
232 step2[2] = step1[2];
233 step2[3] = step1[3];
234 step2[4] = step1[4];
235 step2[5] = step1[5];
236 step2[6] = step1[6];
237 step2[7] = step1[7];
238 idct_cospi_2_30(step1[8], step1[15], cospi_2_30_10_22, &step2[
339 int16x8_t in[8], step1[16], step2[16], out[16]; local
499 int16x4_t in[4], step1[16], step2[16], out[16]; local
656 int16x8_t in[4], step1[16], step2[16], out[16]; local
[all...]
H A Dhighbd_idct16x16_add_neon.c488 const int32x4x2_t *const step2, int32x4x2_t *const out) {
489 out[0].val[0] = vaddq_s32(step2[0].val[0], step2[15].val[0]);
490 out[0].val[1] = vaddq_s32(step2[0].val[1], step2[15].val[1]);
491 out[1].val[0] = vaddq_s32(step2[1].val[0], step2[14].val[0]);
492 out[1].val[1] = vaddq_s32(step2[1].val[1], step2[14].val[1]);
493 out[2].val[0] = vaddq_s32(step2[
487 highbd_idct16x16_add_stage7_dual( const int32x4x2_t *const step2, int32x4x2_t *const out) argument
523 highbd_idct16x16_add_stage7(const int32x4_t *const step2, int32x4_t *const out) argument
603 int32x4x2_t in[16], step1[16], step2[16], out[16]; local
857 int32x4x2_t in[8], step1[16], step2[16], out[16]; local
1012 int32x4_t in[4], step1[16], step2[16], out[16]; local
1153 int32x4x2_t in[4], step1[16], step2[16], out[16]; local
[all...]
H A Dhighbd_idct8x8_add_neon.c75 int32x4_t step1[8], step2[8]; local
90 step2[1] = vmulq_lane_s32(*io0, vget_high_s32(cospis0), 0);
91 step2[2] = vmulq_lane_s32(*io2, vget_high_s32(cospis0), 1);
92 step2[3] = vmulq_lane_s32(*io2, vget_low_s32(cospis0), 1);
93 step2[1] = vrshrq_n_s32(step2[1], DCT_CONST_BITS);
94 step2[2] = vrshrq_n_s32(step2[2], DCT_CONST_BITS);
95 step2[3] = vrshrq_n_s32(step2[
132 int32x4_t step1[8], step2[8]; local
363 int32x4_t step1[8], step2[8]; local
434 int32x4_t step1[8], step2[8]; local
[all...]
H A Didct_neon.h321 int16x4_t step1[8], step2[8]; local
333 step2[1] = vqrdmulh_lane_s16(*io0, cospisd0, 2);
334 step2[2] = vqrdmulh_lane_s16(*io2, cospisd0, 3);
335 step2[3] = vqrdmulh_lane_s16(*io2, cospisd0, 1);
337 step2[4] = vadd_s16(step1[4], step1[5]);
338 step2[5] = vsub_s16(step1[4], step1[5]);
339 step2[6] = vsub_s16(step1[7], step1[6]);
340 step2[7] = vadd_s16(step1[7], step1[6]);
343 step1[0] = vadd_s16(step2[1], step2[
375 int16x8_t step1[8], step2[8]; local
438 int16x8_t step1[8], step2[8]; local
713 idct16x16_add_stage7(const int16x8_t *const step2, int16x8_t *const out) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c198 tran_high_t step2[8]; // canbe16 local
302 step2[2] = fdct_round_shift(temp1);
303 step2[3] = fdct_round_shift(temp2);
306 step2[4] = fdct_round_shift(temp1);
307 step2[5] = fdct_round_shift(temp2);
309 step3[0] = step1[0] + step2[3];
310 step3[1] = step1[1] + step2[2];
311 step3[2] = step1[1] - step2[2];
312 step3[3] = step1[0] - step2[3];
313 step3[4] = step1[7] - step2[
[all...]
H A Dinv_txfm.c272 int16_t step1[8], step2[8]; local
292 step2[0] = WRAPLOW(dct_const_round_shift(temp1));
293 step2[1] = WRAPLOW(dct_const_round_shift(temp2));
296 step2[2] = WRAPLOW(dct_const_round_shift(temp1));
297 step2[3] = WRAPLOW(dct_const_round_shift(temp2));
298 step2[4] = WRAPLOW(step1[4] + step1[5]);
299 step2[5] = WRAPLOW(step1[4] - step1[5]);
300 step2[6] = WRAPLOW(-step1[6] + step1[7]);
301 step2[7] = WRAPLOW(step1[6] + step1[7]);
304 step1[0] = WRAPLOW(step2[
558 int16_t step1[16], step2[16]; local
814 int16_t step1[32], step2[32]; local
1584 tran_low_t step1[8], step2[8]; local
1886 tran_low_t step1[16], step2[16]; local
2174 tran_low_t step1[32], step2[32]; local
[all...]
/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp57 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)
H A Ddng_utils.cpp461 int32 step2 = buffer.fColStep; local
470 step2);
479 if (maxValue == 0x0FFFF && step2 == 1)
510 s2 += step2;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c96 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[
[all...]
/external/webp/src/dsp/
H A Ddec_mips_dsp_r2.c302 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),
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c17 v8i16 step0, step1, step2, step3; local
30 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2,
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
48 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2,
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
281 ST_SH8(step0, step1, step2, step
[all...]
/external/opencv/cxcore/src/
H A Dcxarithm.cpp82 ( const type* src1, int step1, const type* src2, int step2, \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
98 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
111 ( const type* src1, int step1, const type* src2, int step2, \
113 (src1, step1, src2, step2, dst, step, size, 0) ) \
115 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
119 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
127 for( ; size.height--; src1 += step1, src2 += step2, ds
1869 icvAddWeighted_8u_fast_C1R( const uchar* src1, int step1, double alpha, const uchar* src2, int step2, double beta, double gamma, uchar* dst, int step, CvSize size ) argument
[all...]
H A Dcxmatrix.cpp1536 int step2 = srcB->step ? srcB->step/sizeof(src1data[0]) : 1; local
1539 dstdata[2*step] = src1data[0] * src2data[step2] - src1data[step1] * src2data[0];
1540 dstdata[0] = src1data[step1] * src2data[step2*2] - src1data[step1*2] * src2data[step2];
1541 dstdata[step] = src1data[step1*2] * src2data[0] - src1data[0] * src2data[step2*2];
1559 int step2 = srcB->step ? srcB->step/sizeof(src1data[0]) : 1; local
1562 dstdata[2*step] = src1data[0] * src2data[step2] - src1data[step1] * src2data[0];
1563 dstdata[0] = src1data[step1] * src2data[step2*2] - src1data[step1*2] * src2data[step2];
1564 dstdata[step] = src1data[step1*2] * src2data[0] - src1data[0] * src2data[step2*
[all...]

Completed in 511 milliseconds

12