Home
last modified time | relevance | path

Searched defs:step1 (Results 1 – 25 of 25) 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()
755 static void add8u( const uchar* src1, size_t step1, in add8u()
774 static void add8s( const schar* src1, size_t step1, in add8s()
781 static void add16u( const ushort* src1, size_t step1, in add16u()
800 static void add16s( const short* src1, size_t step1, in add16s()
819 static void add32s( const int* src1, size_t step1, in add32s()
826 static void add32f( const float* src1, size_t step1, in add32f()
[all …]
Dmatmul.cpp2510 size_t step1 = v1.step/sizeof(src1[0]); in Mahalanobis() local
2541 size_t step1 = v1.step/sizeof(src1[0]); in Mahalanobis() local
/external/testng/src/test/java/test/dependent/
DSampleDependentMethods5.java13 public void step1() { in step1() method in SampleDependentMethods5
DSampleDependentMethods6.java12 public void step1() { in step1() method in SampleDependentMethods6
DSampleDependentMethods4.java14 public void step1() { in step1() 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.c203 tran_high_t step1[8]; // canbe16 in vpx_fdct16x16_c() local
/external/opencv3/modules/cudalegacy/test/
Dtest_labeling.cpp91 int step1 = (int)image.step1(); in operator ()() local
/external/opencv3/modules/core/include/opencv2/core/
Dcuda.inl.hpp329 size_t GpuMat::step1() const in step1() function in cv::cuda::GpuMat
510 size_t HostMem::step1() const in step1() function in cv::cuda::HostMem
Dmat.inl.hpp735 size_t Mat::step1(int i) const in step1() function in cv::Mat
1446 size_t Mat_<_Tp>::step1(int i) const in step1() function in cv::Mat_
3377 size_t UMat::step1(int i) const in step1() function in cv::UMat
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
Dgpumat.hpp297 __host__ size_t GpuMat_<T>::step1() const in step1() function in cv::cudev::GpuMat_
/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.cpp460 int32 step1 = buffer.fRowStep; in HistogramArea() local
Ddng_pixel_buffer.cpp56 uint32 step1; in OptimizeOrder() local
Ddng_bottlenecks.h1695 int32 step1, in DoMapArea16()
Ddng_reference.cpp2620 int32 step1, in RefMapArea16()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp856 d1 = deltas[2], step1 = deltas[3], in calcHist_() local
1070 d1 = deltas[2], step1 = deltas[3]; in calcHist_8u() local
1102 d1 = deltas[2], step1 = deltas[3], in calcHist_8u() local
1632 d1 = deltas[2], step1 = deltas[3]; in calcBackProj_() local
1656 d1 = deltas[2], step1 = deltas[3], in calcBackProj_() local
1812 d1 = deltas[2], step1 = deltas[3]; in calcBackProj_8u() local
1828 d1 = deltas[2], step1 = deltas[3], in calcBackProj_8u() local
/external/opencv/cxcore/src/
Dcxmatrix.cpp1535 int step1 = srcA->step ? srcA->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
1558 int step1 = srcA->step ? srcA->step/sizeof(src1data[0]) : 1; in cvCrossProduct() local
Dcxarithm.cpp1869 icvAddWeighted_8u_fast_C1R( const uchar* src1, int step1, double alpha, in icvAddWeighted_8u_fast_C1R()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c95 tran_high_t step1[8]; // canbe16 in fdct16() local
/external/opencv3/modules/core/misc/java/src/java/
Dcore+Mat.java787 public long step1(int i) in step1() method in Mat
796 public long step1() in step1() method in Mat
/external/webp/src/dsp/
Ddec_mips_dsp_r2.c302 int step1, step2, temp1, temp2, temp3, temp4; in FilterLoop24() local
/external/opencv3/modules/video/src/
Doptflowgf.cpp224 size_t step1 = _R1.step/sizeof(R1[0]); in FarnebackUpdateMatrices() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h118 __m128i step1[32]; in FDCT32x32_2D() local
Dfwd_dct32x32_impl_avx2.h98 __m256i step1[32]; in FDCT32x32_2D_AVX2() local