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

1 2 3 4

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_idct32x32_add_sse4.c 23 __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[8], step2[11])
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...]
inv_txfm_sse2.h 252 __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[0], step2[3])
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...]
highbd_idct32x32_add_sse2.c 19 __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[8], step2[11])
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...]
highbd_idct16x16_add_sse2.c 56 __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[8], step2[9])
105 __m128i step1[16], step2[16]; local
157 __m128i step1[16], step2[16]; local
    [all...]
highbd_idct16x16_add_sse4.c 57 __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[8], step2[9])
106 __m128i step1[16], step2[16]; local
158 __m128i step1[16], step2[16]; local
    [all...]
inv_txfm_ssse3.c 57 __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[0]
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...]
inv_txfm_ssse3.h 34 __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[6] = _mm_unpackhi_epi64(step2[5], step2[5]); // step2
    [all...]
highbd_idct8x8_add_sse2.c 19 __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[0], step2[3])
56 __m128i temp1[4], sign[2], step1[8], step2[8]; local
    [all...]
highbd_idct8x8_add_sse4.c 21 __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[0], step2[3])
58 __m128i temp1[2], step1[8], step2[8]; local
    [all...]
fwd_dct32x32_impl_sse2.h 114 __m128i step2[32]; local
364 step2[0] = ADD_EPI16(step1[0], step1[15]);
365 step2[1] = ADD_EPI16(step1[1], step1[14]);
366 step2[2] = ADD_EPI16(step1[2], step1[13]);
367 step2[3] = ADD_EPI16(step1[3], step1[12]);
368 step2[4] = ADD_EPI16(step1[4], step1[11]);
369 step2[5] = ADD_EPI16(step1[5], step1[10]);
370 step2[6] = ADD_EPI16(step1[6], step1[9]);
371 step2[7] = ADD_EPI16(step1[7], step1[8]);
372 step2[8] = SUB_EPI16(step1[7], step1[8])
    [all...]
fwd_dct32x32_impl_avx2.h 101 __m256i step2[32]; local
339 step2[0] = _mm256_add_epi16(step1[0], step1[15]);
340 step2[1] = _mm256_add_epi16(step1[1], step1[14]);
341 step2[2] = _mm256_add_epi16(step1[2], step1[13]);
342 step2[3] = _mm256_add_epi16(step1[3], step1[12]);
343 step2[4] = _mm256_add_epi16(step1[4], step1[11]);
344 step2[5] = _mm256_add_epi16(step1[5], step1[10]);
345 step2[6] = _mm256_add_epi16(step1[6], step1[9]);
346 step2[7] = _mm256_add_epi16(step1[7], step1[8]);
347 step2[8] = _mm256_sub_epi16(step1[7], step1[8])
    [all...]
inv_txfm_sse2.c 1008 __m128i step1[8], step2[8]; local
1046 __m128i step1[16], step2[16]; local
1139 __m128i step1[8], step2[8]; local
1178 __m128i step1[16], step2[16]; local
1214 __m128i step1[32], step2[32]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_add_neon.c 134 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[8], &step2[15])
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...]
highbd_idct16x16_add_neon.c 488 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[2].val[0], step2[13].val[0])
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...]
highbd_idct8x8_add_neon.c 75 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[3], DCT_CONST_BITS)
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...]
idct_neon.h 321 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[3])
375 int16x8_t step1[8], step2[8]; local
438 int16x8_t step1[8], step2[8]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 272 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[0] + step2[3])
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/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
  /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'
  /external/autotest/frontend/afe/doctests/
003_misc_rpc_features.txt 20 job.next_step('step2')
30 def step2():
50 job.next_step('step2')
59 def step2():
76 job.next_step('step2')
85 def 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/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...]
  /device/linaro/bootloader/edk2/DuetPkg/
ReadMe.txt 44 5). run "CreateBootDisk.bat usb e: FAT16 IA32 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot is IA32.
45 or "CreateBootDisk.bat usb e: FAT16 X64 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot is X64.
46 or "CreateBootDisk.bat usb e: FAT32 IA32 step2" if usb drive is e: and FAT format is FAT32 and Arch to boot is IA32.
47 or "CreateBootDisk.bat usb e: FAT32 X64 step2" if usb drive is e: and FAT format is FAT32 and Arch to boot is X64.
84 5). run "./CreateBootDisk.sh usb /media/usb0 /dev/sdb0 FAT16 IA32 step2"

Completed in 6234 milliseconds

1 2 3 4