Home
last modified time | relevance | path

Searched defs:step2 (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/core/src/
Darithm.cpp76 void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz) in vBinOp()
152 void vBinOp32(const T* src1, size_t step1, const T* src2, size_t step2, in vBinOp32()
247 void vBinOp64(const T* src1, size_t step1, const T* src2, size_t step2, in vBinOp64()
748 static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step) in fixSteps()
756 const uchar* src2, size_t step2, in add8u()
775 const schar* src2, size_t step2, in add8s()
782 const ushort* src2, size_t step2, in add16u()
801 const short* src2, size_t step2, in add16s()
820 const int* src2, size_t step2, in add32s()
827 const float* src2, size_t step2, in add32f()
[all …]
Dstat.cpp3432 void batchDistL1_(const _Tp* src1, const _Tp* src2, size_t step2, in batchDistL1_()
3450 void batchDistL2Sqr_(const _Tp* src1, const _Tp* src2, size_t step2, in batchDistL2Sqr_()
3468 void batchDistL2_(const _Tp* src1, const _Tp* src2, size_t step2, in batchDistL2_()
3485 static void batchDistHamming(const uchar* src1, const uchar* src2, size_t step2, in batchDistHamming()
3507 static void batchDistHamming2(const uchar* src1, const uchar* src2, size_t step2, in batchDistHamming2()
3529 static void batchDistL1_8u32s(const uchar* src1, const uchar* src2, size_t step2, in batchDistL1_8u32s()
3535 static void batchDistL1_8u32f(const uchar* src1, const uchar* src2, size_t step2, in batchDistL1_8u32f()
3541 static void batchDistL2Sqr_8u32s(const uchar* src1, const uchar* src2, size_t step2, in batchDistL2Sqr_8u32s()
3547 static void batchDistL2Sqr_8u32f(const uchar* src1, const uchar* src2, size_t step2, in batchDistL2Sqr_8u32f()
3553 static void batchDistL2_8u32f(const uchar* src1, const uchar* src2, size_t step2, in batchDistL2_8u32f()
[all …]
Dmatmul.cpp2511 size_t step2 = v2.step/sizeof(src2[0]); in Mahalanobis() local
2542 size_t step2 = v2.step/sizeof(src2[0]); in Mahalanobis() local
/external/testng/src/test/java/test/dependent/
DSampleDependentMethods5.java17 public void step2() { in step2() method in SampleDependentMethods5
DSampleDependentMethods6.java16 public void step2() { in step2() method in SampleDependentMethods6
DSampleDependentMethods4.java18 public void step2() { in step2() method in SampleDependentMethods4
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c157 tran_low_t step1[8], step2[8]; in idct8_c() local
389 tran_low_t step1[16], step2[16]; in idct16_c() local
792 tran_low_t step1[32], step2[32]; in idct32_c() local
1396 tran_low_t step1[8], step2[8]; in vpx_highbd_idct8_c() local
1626 tran_low_t step1[16], step2[16]; in vpx_highbd_idct16_c() local
2035 tran_low_t step1[32], step2[32]; in highbd_idct32_c() local
Dfwd_txfm.c204 tran_high_t step2[8]; // canbe16 in vpx_fdct16x16_c() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c17 v8i16 step0, step1, step2, step3; in fdct8x32_1d_column_load_butterfly() local
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; in fdct8x32_1d_row_load_butterfly() local
/external/dng_sdk/source/
Ddng_utils.cpp461 int32 step2 = buffer.fColStep; in HistogramArea() local
Ddng_pixel_buffer.cpp57 uint32 step2; in OptimizeOrder() local
Ddng_bottlenecks.h1696 int32 step2, in DoMapArea16()
Ddng_reference.cpp2621 int32 step2, in RefMapArea16()
/external/opencv/cxcore/src/
Dcxmatrix.cpp1536 int step2 = srcB->step ? srcB->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
1559 int step2 = srcB->step ? srcB->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
Dcxarithm.cpp1870 const uchar* src2, int step2, double beta, in icvAddWeighted_8u_fast_C1R()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c96 tran_high_t step2[8]; // canbe16 in fdct16() local
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp857 d2 = deltas[4], step2 = deltas[5]; in calcHist_() local
1103 d2 = deltas[4], step2 = deltas[5]; in calcHist_8u() local
1657 d2 = deltas[4], step2 = deltas[5]; in calcBackProj_() local
1829 d2 = deltas[4], step2 = deltas[5]; in calcBackProj_8u() local
/external/webp/src/dsp/
Ddec_mips_dsp_r2.c302 int step1, step2, temp1, temp2, temp3, temp4; in FilterLoop24() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h119 __m128i step2[32]; in FDCT32x32_2D() local
Dfwd_dct32x32_impl_avx2.h99 __m256i step2[32]; in FDCT32x32_2D_AVX2() local