Searched defs:step1 (Results 1 - 25 of 33) sorted by relevance

12

/external/ltp/testcases/kernel/fs/fs_inod/
H A Dfs_inod141 # FUNCTION NAME: step1
149 step1 () function
/external/testng/src/test/java/test/dependent/
H A DSampleDependentMethods5.java13 public void step1() { method in class:SampleDependentMethods5
16 @Test(dependsOnMethods = { "step1", "blablabla" })
H A DSampleDependentMethods6.java12 public void step1() { method in class:SampleDependentMethods6
15 @Test(dependsOnMethods = { "step1" })
H A DSampleDependentMethods4.java14 public void step1() { method in class:SampleDependentMethods4
17 @Test(dependsOnMethods = { "step1" })
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_idct8x8_add_sse4.c21 __m128i step1[8], step2[8]; local
26 step1[0] = io[0];
27 step1[2] = io[4];
28 step1[1] = io[2];
29 step1[3] = io[6];
30 highbd_butterfly_sse4_1(io[1], io[7], cospi_28_64, cospi_4_64, &step1[4],
31 &step1[7]);
32 highbd_butterfly_sse4_1(io[5], io[3], cospi_12_64, cospi_20_64, &step1[5],
33 &step1[6]);
36 highbd_butterfly_cospi16_sse4_1(step1[
58 __m128i temp1[2], step1[8], step2[8]; local
[all...]
H A Dhighbd_idct8x8_add_sse2.c19 __m128i step1[8], step2[8]; local
24 step1[0] = io[0];
25 step1[2] = io[4];
26 step1[1] = io[2];
27 step1[3] = io[6];
28 highbd_butterfly_sse2(io[1], io[7], cospi_28_64, cospi_4_64, &step1[4],
29 &step1[7]);
30 highbd_butterfly_sse2(io[5], io[3], cospi_12_64, cospi_20_64, &step1[5],
31 &step1[6]);
34 highbd_butterfly_cospi16_sse2(step1[
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
47 step1[4] = _mm_mulhrs_epi16(tmp[1], cp_28d_4d); // step1 4&7
48 step1[5] = _mm_mulhrs_epi16(tmp[3], cp_n20d_12d); // step1 5&6
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
59 step1[
[all...]
H A Dhighbd_idct16x16_add_sse2.c56 __m128i step1[16], step2[16]; local
69 highbd_butterfly_sse2(io[2], io[14], cospi_28_64, cospi_4_64, &step1[4],
70 &step1[7]);
71 highbd_butterfly_sse2(io[10], io[6], cospi_12_64, cospi_20_64, &step1[5],
72 &step1[6]);
73 step1[8] = _mm_add_epi32(step2[8], step2[9]);
74 step1[9] = _mm_sub_epi32(step2[8], step2[9]);
75 step1[10] = _mm_sub_epi32(step2[10], step2[11]); // step1[10] = -step1[1
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
70 highbd_butterfly_sse4_1(io[2], io[14], cospi_28_64, cospi_4_64, &step1[4],
71 &step1[7]);
72 highbd_butterfly_sse4_1(io[10], io[6], cospi_12_64, cospi_20_64, &step1[5],
73 &step1[6]);
74 step1[8] = _mm_add_epi32(step2[8], step2[9]);
75 step1[9] = _mm_sub_epi32(step2[8], step2[9]);
76 step1[10] = _mm_sub_epi32(step2[11], step2[10]);
77 step1[11] = _mm_add_epi32(step2[11], step2[10]);
78 step1[1
106 __m128i step1[16], step2[16]; local
158 __m128i step1[16], step2[16]; local
[all...]
H A Dhighbd_idct32x32_add_sse2.c18 __m128i *const step1 /*step1[16]*/, __m128i *const out /*out[16]*/) {
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],
26 highbd_butterfly_sse2(step1[10], step1[13], cospi_8_64, cospi_24_64,
28 step2[11] = step1[11];
29 step2[12] = step1[1
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.c22 __m128i *const step1 /*step1[16]*/, __m128i *const out /*out[16]*/) {
26 step2[8] = step1[8];
27 step2[15] = step1[15];
28 highbd_butterfly_sse4_1(step1[14], step1[9], cospi_24_64, cospi_8_64,
30 highbd_butterfly_sse4_1(step1[13], step1[10], -cospi_8_64, cospi_24_64,
32 step2[11] = step1[11];
33 step2[12] = step1[1
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
60 partial_butterfly_ssse3(in[4], cospi_28_64, cospi_4_64, &step1[4], &step1[7]);
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[
94 __m128i step1[16], step2[16]; local
129 __m128i step1[32]; 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
255 butterfly(in[1], in[7], cospi_28_64, cospi_4_64, &step1[4], &step1[7]);
256 butterfly(in[5], in[3], cospi_12_64, cospi_20_64, &step1[5], &step1[6]);
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[
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
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct16x16_add_neon.c134 int16x8_t in[16], step1[16], step2[16], out[16]; local
212 step1[0] = in[0 / 2];
213 step1[1] = in[16 / 2];
214 step1[2] = in[8 / 2];
215 step1[3] = in[24 / 2];
216 step1[4] = in[4 / 2];
217 step1[5] = in[20 / 2];
218 step1[6] = in[12 / 2];
219 step1[7] = in[28 / 2];
220 step1[
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.c603 int32x4x2_t in[16], step1[16], step2[16], out[16]; local
661 step1[0] = in[0 / 2];
662 step1[1] = in[16 / 2];
663 step1[2] = in[8 / 2];
664 step1[3] = in[24 / 2];
665 step1[4] = in[4 / 2];
666 step1[5] = in[20 / 2];
667 step1[6] = in[12 / 2];
668 step1[7] = in[28 / 2];
669 step1[
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
80 step1[4] = vmulq_lane_s32(*io1, vget_high_s32(cospis1), 1);
81 step1[5] = vmulq_lane_s32(*io3, vget_high_s32(cospis1), 0);
82 step1[6] = vmulq_lane_s32(*io3, vget_low_s32(cospis1), 1);
83 step1[7] = vmulq_lane_s32(*io1, vget_low_s32(cospis1), 0);
84 step1[4] = vrshrq_n_s32(step1[4], DCT_CONST_BITS);
85 step1[5] = vrshrq_n_s32(step1[5], DCT_CONST_BITS);
86 step1[
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
327 step1[4] = vqrdmulh_lane_s16(*io1, cospisd1, 3);
328 step1[5] = vqrdmulh_lane_s16(*io3, cospisd1, 2);
329 step1[6] = vqrdmulh_lane_s16(*io3, cospisd1, 1);
330 step1[7] = vqrdmulh_lane_s16(*io1, cospisd1, 0);
337 step2[4] = vadd_s16(step1[4], step1[5]);
338 step2[5] = vsub_s16(step1[4], step1[5]);
339 step2[6] = vsub_s16(step1[
375 int16x8_t step1[8], step2[8]; local
438 int16x8_t step1[8], step2[8]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c197 tran_high_t step1[8]; // canbe16 local
215 step1[0] = (input[7 * stride] - input[8 * stride]) * 4;
216 step1[1] = (input[6 * stride] - input[9 * stride]) * 4;
217 step1[2] = (input[5 * stride] - input[10 * stride]) * 4;
218 step1[3] = (input[4 * stride] - input[11 * stride]) * 4;
219 step1[4] = (input[3 * stride] - input[12 * stride]) * 4;
220 step1[5] = (input[2 * stride] - input[13 * stride]) * 4;
221 step1[6] = (input[1 * stride] - input[14 * stride]) * 4;
222 step1[7] = (input[0 * stride] - input[15 * stride]) * 4;
235 step1[
[all...]
H A Dinv_txfm.c272 int16_t step1[8], step2[8]; local
276 step1[0] = (int16_t)input[0];
277 step1[2] = (int16_t)input[4];
278 step1[1] = (int16_t)input[2];
279 step1[3] = (int16_t)input[6];
282 step1[4] = WRAPLOW(dct_const_round_shift(temp1));
283 step1[7] = WRAPLOW(dct_const_round_shift(temp2));
286 step1[5] = WRAPLOW(dct_const_round_shift(temp1));
287 step1[6] = WRAPLOW(dct_const_round_shift(temp2));
290 temp1 = (step1[
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/opencv/cxcore/src/
H A Dcxlogic.cpp63 ( const uchar* src1, int step1, const uchar* src2, int step2, \
64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
574 ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ),
575 (src1, step1, dst, step, size) )
577 for( ; size.height--; src1 += step1, dst += step )
573 IPCVAPI_IMPL( CvStatus, icvNot_8u_C1R, ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ), (src1, step1, dst, step, size) ) argument
/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp56 uint32 step1; local
115 step1 = (uint32) dStep1;
166 step1 = (uint32) sStep1;
172 if (count1 == 1) step1 = 0xFFFFFFFF;
179 if (step0 >= step1)
182 if (step1 >= step2)
215 else if (step2 >= step1)
H A Ddng_utils.cpp460 int32 step1 = buffer.fRowStep; local
469 step1,
516 s1 += step1;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c95 tran_high_t step1[8]; // canbe16 local
111 step1[0] = in[7] - in[8];
112 step1[1] = in[6] - in[9];
113 step1[2] = in[5] - in[10];
114 step1[3] = in[4] - in[11];
115 step1[4] = in[3] - in[12];
116 step1[5] = in[2] - in[13];
117 step1[6] = in[1] - in[14];
118 step1[7] = in[0] - in[15];
174 temp1 = (step1[
[all...]
/external/webp/src/dsp/
H A Ddec_mips_dsp_r2.c302 int step1, step2, temp1, temp2, temp3, temp4; local
313 "negu %[step1], %[hstride] \n\t"
315 "lbux %[p0], %[step1](%[p]) \n\t"
316 "subu %[step1], %[step1], %[hstride] \n\t"
319 "lbux %[p1], %[step1](%[p]) \n\t"
327 "subu %[step1], %[step1], %[hstride] \n\t"
329 " lbux %[p2], %[step1](%[p]) \n\t"
330 "subu %[step1],
[all...]
/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, step
[all...]

Completed in 941 milliseconds

12