/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 157 tran_low_t step1[8], step2[8]; in idct8_c() local 160 step1[0] = input[0]; in idct8_c() 161 step1[2] = input[4]; in idct8_c() 162 step1[1] = input[2]; in idct8_c() 163 step1[3] = input[6]; in idct8_c() 166 step1[4] = WRAPLOW(dct_const_round_shift(temp1), 8); in idct8_c() 167 step1[7] = WRAPLOW(dct_const_round_shift(temp2), 8); in idct8_c() 170 step1[5] = WRAPLOW(dct_const_round_shift(temp1), 8); in idct8_c() 171 step1[6] = WRAPLOW(dct_const_round_shift(temp2), 8); in idct8_c() 174 temp1 = (step1[0] + step1[2]) * cospi_16_64; in idct8_c() [all …]
|
D | fwd_txfm.c | 203 tran_high_t step1[8]; // canbe16 in vpx_fdct16x16_c() local 221 step1[0] = (in_pass0[7 * stride] - in_pass0[ 8 * stride]) * 4; in vpx_fdct16x16_c() 222 step1[1] = (in_pass0[6 * stride] - in_pass0[ 9 * stride]) * 4; in vpx_fdct16x16_c() 223 step1[2] = (in_pass0[5 * stride] - in_pass0[10 * stride]) * 4; in vpx_fdct16x16_c() 224 step1[3] = (in_pass0[4 * stride] - in_pass0[11 * stride]) * 4; in vpx_fdct16x16_c() 225 step1[4] = (in_pass0[3 * stride] - in_pass0[12 * stride]) * 4; in vpx_fdct16x16_c() 226 step1[5] = (in_pass0[2 * stride] - in_pass0[13 * stride]) * 4; in vpx_fdct16x16_c() 227 step1[6] = (in_pass0[1 * stride] - in_pass0[14 * stride]) * 4; in vpx_fdct16x16_c() 228 step1[7] = (in_pass0[0 * stride] - in_pass0[15 * stride]) * 4; in vpx_fdct16x16_c() 240 step1[0] = ((in[7 * 16] + 1) >> 2) - ((in[ 8 * 16] + 1) >> 2); in vpx_fdct16x16_c() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.asm | 150 ; step1[0] * cospi_16_64 154 ; step1[1] * cospi_16_64 165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64 169 ; temp2 = (step1[0] - step1[1]) * cospi_16_64 181 ; step1[2] * cospi_24_64 - step1[3] * cospi_8_64; 182 ; step1[2] * cospi_8_64 186 ; step1[2] * cospi_24_64 206 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]; 207 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]; 208 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7]; [all …]
|
D | 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] 173 vadd.s16 q8, q0, q7 ; output[0] = step1[0] + step1[7]; 174 vadd.s16 q9, q1, q6 ; output[1] = step1[1] + step1[6]; 175 vadd.s16 q10, q2, q5 ; output[2] = step1[2] + step1[5]; 176 vadd.s16 q11, q3, q4 ; output[3] = step1[3] + step1[4]; 177 vsub.s16 q12, q3, q4 ; output[4] = step1[3] - step1[4]; 178 vsub.s16 q13, q2, q5 ; output[5] = step1[2] - step1[5]; [all …]
|
D | idct32x32_add_neon.asm | 531 ;step1[16] = step1b[16][i] + step1b[19][i]; 532 ;step1[17] = step1b[17][i] + step1b[18][i]; 533 ;step1[18] = step1b[17][i] - step1b[18][i]; 534 ;step1[29] = step1b[30][i] - step1b[29][i]; 535 ;step1[30] = step1b[30][i] + step1b[29][i]; 536 ;step1[31] = step1b[31][i] + step1b[28][i]; 555 ;step1[19] = step1b[16][i] - step1b[19][i]; 556 ;step1[28] = step1b[31][i] - step1b[28][i]; 646 ;step1[22] = step1b[22][i] + step1b[21][i]; 647 ;step1[23] = step1b[23][i] + step1b[20][i]; [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_sse2.h | 118 __m128i step1[32]; in FDCT32x32_2D() local 133 __m128i *step1a = &step1[ 0]; in FDCT32x32_2D() 134 __m128i *step1b = &step1[31]; in FDCT32x32_2D() 163 __m128i *step1a = &step1[ 4]; in FDCT32x32_2D() 164 __m128i *step1b = &step1[27]; in FDCT32x32_2D() 193 __m128i *step1a = &step1[ 8]; in FDCT32x32_2D() 194 __m128i *step1b = &step1[23]; in FDCT32x32_2D() 223 __m128i *step1a = &step1[12]; in FDCT32x32_2D() 224 __m128i *step1b = &step1[19]; in FDCT32x32_2D() 267 step1[0] = ADD_EPI16(in00, in31); in FDCT32x32_2D() [all …]
|
D | fwd_dct32x32_impl_avx2.h | 98 __m256i step1[32]; in FDCT32x32_2D_AVX2() local 113 __m256i *step1a = &step1[ 0]; in FDCT32x32_2D_AVX2() 114 __m256i *step1b = &step1[31]; in FDCT32x32_2D_AVX2() 143 __m256i *step1a = &step1[ 4]; in FDCT32x32_2D_AVX2() 144 __m256i *step1b = &step1[27]; in FDCT32x32_2D_AVX2() 173 __m256i *step1a = &step1[ 8]; in FDCT32x32_2D_AVX2() 174 __m256i *step1b = &step1[23]; in FDCT32x32_2D_AVX2() 203 __m256i *step1a = &step1[12]; in FDCT32x32_2D_AVX2() 204 __m256i *step1b = &step1[19]; in FDCT32x32_2D_AVX2() 247 step1[ 0] = _mm256_add_epi16(in00, in31); in FDCT32x32_2D_AVX2() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 95 tran_high_t step1[8]; // canbe16 in fdct16() local 111 step1[0] = in[7] - in[ 8]; in fdct16() 112 step1[1] = in[6] - in[ 9]; in fdct16() 113 step1[2] = in[5] - in[10]; in fdct16() 114 step1[3] = in[4] - in[11]; in fdct16() 115 step1[4] = in[3] - in[12]; in fdct16() 116 step1[5] = in[2] - in[13]; in fdct16() 117 step1[6] = in[1] - in[14]; in fdct16() 118 step1[7] = in[0] - in[15]; in fdct16() 174 temp1 = (step1[5] - step1[2]) * cospi_16_64; in fdct16() [all …]
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 76 void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz) in vBinOp() argument 83 for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1), in vBinOp() 152 void vBinOp32(const T* src1, size_t step1, const T* src2, size_t step2, in vBinOp32() argument 160 for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1), in vBinOp32() 247 void vBinOp64(const T* src1, size_t step1, const T* src2, size_t step2, in vBinOp64() argument 255 for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1), in vBinOp64() 748 static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step) in fixSteps() argument 751 step1 = step2 = step = sz.width*elemSize; in fixSteps() 755 static void add8u( const uchar* src1, size_t step1, in add8u() argument 762 fixSteps(sz, sizeof(dst[0]), step1, step2, step); in add8u() [all …]
|
/external/autotest/client/tests/error_skip_step/ |
D | control | 7 DOC = """Raise TestNAError during step1. step0, 2 and 3 should run.""" 16 job.next_step('step1') 24 def step1(): 34 print 'at least I can run. unlike step1.'
|
/external/opencv/cxcore/src/ |
D | cxnorm.cpp | 278 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \ 280 (src1, step1, src2, step2, size, _norm)) \ 285 step1 /= sizeof(src1[0]); \ 288 for( ; size.height--; src1 += step1, src2 += step2 ) \ 316 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \ 318 ( src1, step1, src2, step2, size, _norm )) \ 321 step1 /= sizeof(src1[0]); \ 324 for( ; size.height--; src1 += step1, src2 += step2 ) \ 339 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \ 342 (src1, step1, src2, step2, size, _norm, cvAlgHintAccurate ))\ [all …]
|
D | cxarithm.cpp | 82 ( 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, dst += step ) \ [all …]
|
D | cxcmp.cpp | 121 icvInRange_##flavor##_C##cn##R( const arrtype* src1, int step1, \ 126 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \ 129 for( ; size.height--; src1 += step1, src2 += step2, \ 190 icvInRangeC_##flavor##_C##cn##R( const arrtype* src1, int step1, \ 194 step1 /= sizeof(src1[0]); step /= sizeof(dst[0]); \ 196 for( ; size.height--; src1 += step1, dst += step ) \ 450 icv##name##_##flavor##_C1R( const arrtype* src1, int step1, \ 454 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \ 457 for( ; size.height--; src1 += step1, src2 += step2, \ 491 icv##name##C_##flavor##_C1R( const arrtype* src1, int step1, \ [all …]
|
D | cxlogic.cpp | 63 ( 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 )
|
/external/opencv3/modules/cudalegacy/test/ |
D | test_labeling.cpp | 86 int pitch = (int) labels.step1(); in operator ()() 91 int step1 = (int)image.step1(); in operator ()() local 107 unsigned char* sp = &source[p.y * step1 + p.x]; in operator ()() 120 if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+step1])) in operator ()() 124 if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-step1])) in operator ()()
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 757 void* arr1, int step1, CvSize size ); 760 void* arr1, int step1, 764 void* arr1, int step1, 769 void* arr1, int step1, 774 void* arr1, int step1, CvSize size, 778 void* arr1, int step1, 783 void* arr1, int step1, CvSize size, 787 void* arr1, int step1, CvSize size, 792 void* arr1, int step1, CvSize size, 798 void* arr1, int step1, [all …]
|
/external/opencv3/modules/cudalegacy/perf/ |
D | perf_labeling.cpp | 94 int pitch = static_cast<int>(labels.step1()); in operator ()() 114 unsigned char* sp = &source[p.y * image.step1() + p.x]; in operator ()() 127 if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+image.step1()])) in operator ()() 131 … if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-static_cast<int>(image.step1())])) in operator ()()
|
/external/opencv/cv/src/ |
D | cvaccum.cpp | 83 ( const srctype *src1, int step1, const srctype *src2, int step2, \ in ICV_DEF_ACC_FUNC() 85 (src1, step1, src2, step2, dst, dststep, size) ) \ in ICV_DEF_ACC_FUNC() 87 step1 /= sizeof(src1[0]); \ in ICV_DEF_ACC_FUNC() 91 for( ; size.height--; src1 += step1, src2 += step2, dst += dststep ) \ in ICV_DEF_ACC_FUNC() 190 ( const srctype *src1, int step1, const srctype* src2, int step2, \ 192 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) \ 194 step1 /= sizeof(src1[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 …]
|
/external/opencv3/modules/video/src/ |
D | optflowgf.cpp | 224 size_t step1 = _R1.step/sizeof(R1[0]); in FarnebackUpdateMatrices() local 241 const float* ptr = R1 + y1*step1 + x1*5; in FarnebackUpdateMatrices() 252 r2 = a00*ptr[0] + a01*ptr[5] + a10*ptr[step1] + a11*ptr[step1+5]; in FarnebackUpdateMatrices() 253 r3 = a00*ptr[1] + a01*ptr[6] + a10*ptr[step1+1] + a11*ptr[step1+6]; in FarnebackUpdateMatrices() 254 r4 = a00*ptr[2] + a01*ptr[7] + a10*ptr[step1+2] + a11*ptr[step1+7]; in FarnebackUpdateMatrices() 255 r5 = a00*ptr[3] + a01*ptr[8] + a10*ptr[step1+3] + a11*ptr[step1+8]; in FarnebackUpdateMatrices() 256 r6 = a00*ptr[4] + a01*ptr[9] + a10*ptr[step1+4] + a11*ptr[step1+9]; in FarnebackUpdateMatrices() 264 const float* ptr = R1 + y1*step1 + x1*5; in FarnebackUpdateMatrices()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | no-iv-rewrite.ll | 282 ; Two increments should remain, one by %step and one by %step1. 303 %step1 = add i32 %step, 1 304 %init1 = add i32 %init, %step1 305 %l.0 = sub i32 %init1, %step1 314 %ii.next = add i32 %ii, %step1 315 %j.next = add i32 %j, %step1 316 %k.next = add i32 %k, %step1
|
/external/autotest/frontend/afe/doctests/ |
D | 003_misc_rpc_features.txt | 19 job.next_step('step1') 27 def step1(): 47 job.next_step('step1') 54 def step1(): 71 job.next_step('step1') 78 def step1():
|
/external/testng/src/test/java/test/dependent/ |
D | SampleDependentMethods5.java | 13 public void step1() { in step1() method in SampleDependentMethods5
|
D | SampleDependentMethods6.java | 12 public void step1() { in step1() method in SampleDependentMethods6
|
D | SampleDependentMethods4.java | 14 public void step1() { in step1() method in SampleDependentMethods4
|
/external/dng_sdk/source/ |
D | dng_pixel_buffer.cpp | 56 uint32 step1; in OptimizeOrder() local 115 step1 = (uint32) dStep1; in OptimizeOrder() 166 step1 = (uint32) sStep1; in OptimizeOrder() 172 if (count1 == 1) step1 = 0xFFFFFFFF; in OptimizeOrder() 179 if (step0 >= step1) in OptimizeOrder() 182 if (step1 >= step2) in OptimizeOrder() 215 else if (step2 >= step1) in OptimizeOrder()
|