step1 14 apps/traincascade/features.cpp CV_SUM_OFFSETS( p0, p1, p2, p3, normrect, sum.step1() ) step1 269 modules/core/include/opencv2/core/cuda.hpp size_t step1() const; step1 410 modules/core/include/opencv2/core/cuda.hpp size_t step1() const; step1 1608 modules/core/include/opencv2/core/mat.hpp size_t step1(int i=0) const; step1 2030 modules/core/include/opencv2/core/mat.hpp size_t step1(int i=0) const; step1 2269 modules/core/include/opencv2/core/mat.hpp size_t step1(int i=0) const; step1 905 modules/core/misc/java/test/MatTest.java assertEquals(matSize * CvType.channels(CvType.CV_8U), gray0.step1()); step1 907 modules/core/misc/java/test/MatTest.java assertEquals(3, v2.step1()); step1 914 modules/core/misc/java/test/MatTest.java assertTrue(rgba0.channels() * rgba0.cols() <= roi.step1(0)); step1 915 modules/core/misc/java/test/MatTest.java assertEquals(rgba0.channels(), roi.step1(1)); step1 916 modules/core/misc/java/test/MatTest.java assertTrue(m.channels() * (10 - 7) <= m.step1(0)); step1 917 modules/core/misc/java/test/MatTest.java assertEquals(m.channels(), m.step1(1)); step1 76 modules/core/src/arithm.cpp void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz) step1 83 modules/core/src/arithm.cpp for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1), step1 152 modules/core/src/arithm.cpp void vBinOp32(const T* src1, size_t step1, const T* src2, size_t step2, step1 160 modules/core/src/arithm.cpp for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1), step1 247 modules/core/src/arithm.cpp void vBinOp64(const T* src1, size_t step1, const T* src2, size_t step2, step1 255 modules/core/src/arithm.cpp for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1), step1 748 modules/core/src/arithm.cpp static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step) step1 751 modules/core/src/arithm.cpp step1 = step2 = step = sz.width*elemSize; step1 755 modules/core/src/arithm.cpp static void add8u( const uchar* src1, size_t step1, step1 762 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 763 modules/core/src/arithm.cpp if (0 <= ippiAdd_8u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0)) step1 771 modules/core/src/arithm.cpp (vBinOp<uchar, OpAdd<uchar>, IF_SIMD(VAdd<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 774 modules/core/src/arithm.cpp static void add8s( const schar* src1, size_t step1, step1 778 modules/core/src/arithm.cpp vBinOp<schar, OpAdd<schar>, IF_SIMD(VAdd<schar>)>(src1, step1, src2, step2, dst, step, sz); step1 781 modules/core/src/arithm.cpp static void add16u( const ushort* src1, size_t step1, step1 788 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 789 modules/core/src/arithm.cpp if (0 <= ippiAdd_16u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0)) step1 797 modules/core/src/arithm.cpp (vBinOp<ushort, OpAdd<ushort>, IF_SIMD(VAdd<ushort>)>(src1, step1, src2, step2, dst, step, sz)); step1 800 modules/core/src/arithm.cpp static void add16s( const short* src1, size_t step1, step1 807 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 808 modules/core/src/arithm.cpp if (0 <= ippiAdd_16s_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0)) step1 816 modules/core/src/arithm.cpp (vBinOp<short, OpAdd<short>, IF_SIMD(VAdd<short>)>(src1, step1, src2, step2, dst, step, sz)); step1 819 modules/core/src/arithm.cpp static void add32s( const int* src1, size_t step1, step1 823 modules/core/src/arithm.cpp vBinOp32<int, OpAdd<int>, IF_SIMD(VAdd<int>)>(src1, step1, src2, step2, dst, step, sz); step1 826 modules/core/src/arithm.cpp static void add32f( const float* src1, size_t step1, step1 833 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 834 modules/core/src/arithm.cpp if (0 <= ippiAdd_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 842 modules/core/src/arithm.cpp (vBinOp32<float, OpAdd<float>, IF_SIMD(VAdd<float>)>(src1, step1, src2, step2, dst, step, sz)); step1 845 modules/core/src/arithm.cpp static void add64f( const double* src1, size_t step1, step1 849 modules/core/src/arithm.cpp vBinOp64<double, OpAdd<double>, IF_SIMD(VAdd<double>)>(src1, step1, src2, step2, dst, step, sz); step1 852 modules/core/src/arithm.cpp static void sub8u( const uchar* src1, size_t step1, step1 859 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 860 modules/core/src/arithm.cpp if (0 <= ippiSub_8u_C1RSfs(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz), 0)) step1 868 modules/core/src/arithm.cpp (vBinOp<uchar, OpSub<uchar>, IF_SIMD(VSub<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 871 modules/core/src/arithm.cpp static void sub8s( const schar* src1, size_t step1, step1 875 modules/core/src/arithm.cpp vBinOp<schar, OpSub<schar>, IF_SIMD(VSub<schar>)>(src1, step1, src2, step2, dst, step, sz); step1 878 modules/core/src/arithm.cpp static void sub16u( const ushort* src1, size_t step1, step1 885 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 886 modules/core/src/arithm.cpp if (0 <= ippiSub_16u_C1RSfs(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz), 0)) step1 894 modules/core/src/arithm.cpp (vBinOp<ushort, OpSub<ushort>, IF_SIMD(VSub<ushort>)>(src1, step1, src2, step2, dst, step, sz)); step1 897 modules/core/src/arithm.cpp static void sub16s( const short* src1, size_t step1, step1 904 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 905 modules/core/src/arithm.cpp if (0 <= ippiSub_16s_C1RSfs(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz), 0)) step1 913 modules/core/src/arithm.cpp (vBinOp<short, OpSub<short>, IF_SIMD(VSub<short>)>(src1, step1, src2, step2, dst, step, sz)); step1 916 modules/core/src/arithm.cpp static void sub32s( const int* src1, size_t step1, step1 920 modules/core/src/arithm.cpp vBinOp32<int, OpSub<int>, IF_SIMD(VSub<int>)>(src1, step1, src2, step2, dst, step, sz); step1 923 modules/core/src/arithm.cpp static void sub32f( const float* src1, size_t step1, step1 930 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 931 modules/core/src/arithm.cpp if (0 <= ippiSub_32f_C1R(src2, (int)step2, src1, (int)step1, dst, (int)step, ippiSize(sz))) step1 939 modules/core/src/arithm.cpp (vBinOp32<float, OpSub<float>, IF_SIMD(VSub<float>)>(src1, step1, src2, step2, dst, step, sz)); step1 942 modules/core/src/arithm.cpp static void sub64f( const double* src1, size_t step1, step1 946 modules/core/src/arithm.cpp vBinOp64<double, OpSub<double>, IF_SIMD(VSub<double>)>(src1, step1, src2, step2, dst, step, sz); step1 952 modules/core/src/arithm.cpp static void max8u( const uchar* src1, size_t step1, step1 962 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 968 modules/core/src/arithm.cpp s1 += step1; step1 980 modules/core/src/arithm.cpp vBinOp<uchar, OpMax<uchar>, IF_SIMD(VMax<uchar>)>(src1, step1, src2, step2, dst, step, sz); step1 983 modules/core/src/arithm.cpp static void max8s( const schar* src1, size_t step1, step1 987 modules/core/src/arithm.cpp vBinOp<schar, OpMax<schar>, IF_SIMD(VMax<schar>)>(src1, step1, src2, step2, dst, step, sz); step1 990 modules/core/src/arithm.cpp static void max16u( const ushort* src1, size_t step1, step1 1000 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1006 modules/core/src/arithm.cpp s1 = (ushort*)((uchar*)s1 + step1); step1 1018 modules/core/src/arithm.cpp vBinOp<ushort, OpMax<ushort>, IF_SIMD(VMax<ushort>)>(src1, step1, src2, step2, dst, step, sz); step1 1021 modules/core/src/arithm.cpp static void max16s( const short* src1, size_t step1, step1 1025 modules/core/src/arithm.cpp vBinOp<short, OpMax<short>, IF_SIMD(VMax<short>)>(src1, step1, src2, step2, dst, step, sz); step1 1028 modules/core/src/arithm.cpp static void max32s( const int* src1, size_t step1, step1 1032 modules/core/src/arithm.cpp vBinOp32<int, OpMax<int>, IF_SIMD(VMax<int>)>(src1, step1, src2, step2, dst, step, sz); step1 1035 modules/core/src/arithm.cpp static void max32f( const float* src1, size_t step1, step1 1045 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1051 modules/core/src/arithm.cpp s1 = (float*)((uchar*)s1 + step1); step1 1063 modules/core/src/arithm.cpp vBinOp32<float, OpMax<float>, IF_SIMD(VMax<float>)>(src1, step1, src2, step2, dst, step, sz); step1 1066 modules/core/src/arithm.cpp static void max64f( const double* src1, size_t step1, step1 1076 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1082 modules/core/src/arithm.cpp s1 = (double*)((uchar*)s1 + step1); step1 1094 modules/core/src/arithm.cpp vBinOp64<double, OpMax<double>, IF_SIMD(VMax<double>)>(src1, step1, src2, step2, dst, step, sz); step1 1097 modules/core/src/arithm.cpp static void min8u( const uchar* src1, size_t step1, step1 1107 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1113 modules/core/src/arithm.cpp s1 += step1; step1 1125 modules/core/src/arithm.cpp vBinOp<uchar, OpMin<uchar>, IF_SIMD(VMin<uchar>)>(src1, step1, src2, step2, dst, step, sz); step1 1128 modules/core/src/arithm.cpp static void min8s( const schar* src1, size_t step1, step1 1132 modules/core/src/arithm.cpp vBinOp<schar, OpMin<schar>, IF_SIMD(VMin<schar>)>(src1, step1, src2, step2, dst, step, sz); step1 1135 modules/core/src/arithm.cpp static void min16u( const ushort* src1, size_t step1, step1 1145 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1151 modules/core/src/arithm.cpp s1 = (ushort*)((uchar*)s1 + step1); step1 1163 modules/core/src/arithm.cpp vBinOp<ushort, OpMin<ushort>, IF_SIMD(VMin<ushort>)>(src1, step1, src2, step2, dst, step, sz); step1 1166 modules/core/src/arithm.cpp static void min16s( const short* src1, size_t step1, step1 1170 modules/core/src/arithm.cpp vBinOp<short, OpMin<short>, IF_SIMD(VMin<short>)>(src1, step1, src2, step2, dst, step, sz); step1 1173 modules/core/src/arithm.cpp static void min32s( const int* src1, size_t step1, step1 1177 modules/core/src/arithm.cpp vBinOp32<int, OpMin<int>, IF_SIMD(VMin<int>)>(src1, step1, src2, step2, dst, step, sz); step1 1180 modules/core/src/arithm.cpp static void min32f( const float* src1, size_t step1, step1 1190 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1196 modules/core/src/arithm.cpp s1 = (float*)((uchar*)s1 + step1); step1 1208 modules/core/src/arithm.cpp vBinOp32<float, OpMin<float>, IF_SIMD(VMin<float>)>(src1, step1, src2, step2, dst, step, sz); step1 1211 modules/core/src/arithm.cpp static void min64f( const double* src1, size_t step1, step1 1221 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1227 modules/core/src/arithm.cpp s1 = (double*)((uchar*)s1 + step1); step1 1239 modules/core/src/arithm.cpp vBinOp64<double, OpMin<double>, IF_SIMD(VMin<double>)>(src1, step1, src2, step2, dst, step, sz); step1 1242 modules/core/src/arithm.cpp static void absdiff8u( const uchar* src1, size_t step1, step1 1249 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1250 modules/core/src/arithm.cpp if (0 <= ippiAbsDiff_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 1258 modules/core/src/arithm.cpp (vBinOp<uchar, OpAbsDiff<uchar>, IF_SIMD(VAbsDiff<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 1261 modules/core/src/arithm.cpp static void absdiff8s( const schar* src1, size_t step1, step1 1265 modules/core/src/arithm.cpp vBinOp<schar, OpAbsDiff<schar>, IF_SIMD(VAbsDiff<schar>)>(src1, step1, src2, step2, dst, step, sz); step1 1268 modules/core/src/arithm.cpp static void absdiff16u( const ushort* src1, size_t step1, step1 1275 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1276 modules/core/src/arithm.cpp if (0 <= ippiAbsDiff_16u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 1284 modules/core/src/arithm.cpp (vBinOp<ushort, OpAbsDiff<ushort>, IF_SIMD(VAbsDiff<ushort>)>(src1, step1, src2, step2, dst, step, sz)); step1 1287 modules/core/src/arithm.cpp static void absdiff16s( const short* src1, size_t step1, step1 1291 modules/core/src/arithm.cpp vBinOp<short, OpAbsDiff<short>, IF_SIMD(VAbsDiff<short>)>(src1, step1, src2, step2, dst, step, sz); step1 1294 modules/core/src/arithm.cpp static void absdiff32s( const int* src1, size_t step1, step1 1298 modules/core/src/arithm.cpp vBinOp32<int, OpAbsDiff<int>, IF_SIMD(VAbsDiff<int>)>(src1, step1, src2, step2, dst, step, sz); step1 1301 modules/core/src/arithm.cpp static void absdiff32f( const float* src1, size_t step1, step1 1308 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1309 modules/core/src/arithm.cpp if (0 <= ippiAbsDiff_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 1317 modules/core/src/arithm.cpp (vBinOp32<float, OpAbsDiff<float>, IF_SIMD(VAbsDiff<float>)>(src1, step1, src2, step2, dst, step, sz)); step1 1320 modules/core/src/arithm.cpp static void absdiff64f( const double* src1, size_t step1, step1 1324 modules/core/src/arithm.cpp vBinOp64<double, OpAbsDiff<double>, IF_SIMD(VAbsDiff<double>)>(src1, step1, src2, step2, dst, step, sz); step1 1328 modules/core/src/arithm.cpp static void and8u( const uchar* src1, size_t step1, step1 1335 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1336 modules/core/src/arithm.cpp if (0 <= ippiAnd_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 1344 modules/core/src/arithm.cpp (vBinOp<uchar, OpAnd<uchar>, IF_SIMD(VAnd<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 1347 modules/core/src/arithm.cpp static void or8u( const uchar* src1, size_t step1, step1 1354 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1355 modules/core/src/arithm.cpp if (0 <= ippiOr_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 1363 modules/core/src/arithm.cpp (vBinOp<uchar, OpOr<uchar>, IF_SIMD(VOr<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 1366 modules/core/src/arithm.cpp static void xor8u( const uchar* src1, size_t step1, step1 1373 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); step1 1374 modules/core/src/arithm.cpp if (0 <= ippiXor_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz))) step1 1382 modules/core/src/arithm.cpp (vBinOp<uchar, OpXor<uchar>, IF_SIMD(VXor<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 1385 modules/core/src/arithm.cpp static void not8u( const uchar* src1, size_t step1, step1 1392 modules/core/src/arithm.cpp fixSteps(sz, sizeof(dst[0]), step1, step2, step); (void)src2; step1 1393 modules/core/src/arithm.cpp if (0 <= ippiNot_8u_C1R(src1, (int)step1, dst, (int)step, ippiSize(sz))) step1 1401 modules/core/src/arithm.cpp (vBinOp<uchar, OpNot<uchar>, IF_SIMD(VNot<uchar>)>(src1, step1, src2, step2, dst, step, sz)); step1 2718 modules/core/src/arithm.cpp mul_( const T* src1, size_t step1, const T* src2, size_t step2, step1 2721 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 2729 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 2754 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 3378 modules/core/src/arithm.cpp div_i( const T* src1, size_t step1, const T* src2, size_t step2, step1 3381 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 3388 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 3400 modules/core/src/arithm.cpp div_f( const T* src1, size_t step1, const T* src2, size_t step2, step1 3404 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 3410 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 3464 modules/core/src/arithm.cpp static void mul8u( const uchar* src1, size_t step1, const uchar* src2, size_t step2, step1 3473 modules/core/src/arithm.cpp if (ippiMul_8u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0) >= 0) step1 3482 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, fscale); step1 3485 modules/core/src/arithm.cpp static void mul8s( const schar* src1, size_t step1, const schar* src2, size_t step2, step1 3488 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, (float)*(const double*)scale); step1 3491 modules/core/src/arithm.cpp static void mul16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, step1 3500 modules/core/src/arithm.cpp if (ippiMul_16u_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0) >= 0) step1 3509 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, fscale); step1 3512 modules/core/src/arithm.cpp static void mul16s( const short* src1, size_t step1, const short* src2, size_t step2, step1 3521 modules/core/src/arithm.cpp if (ippiMul_16s_C1RSfs(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz), 0) >= 0) step1 3530 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, fscale); step1 3533 modules/core/src/arithm.cpp static void mul32s( const int* src1, size_t step1, const int* src2, size_t step2, step1 3536 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3539 modules/core/src/arithm.cpp static void mul32f( const float* src1, size_t step1, const float* src2, size_t step2, step1 3548 modules/core/src/arithm.cpp if (ippiMul_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(sz)) >= 0) step1 3557 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, fscale); step1 3560 modules/core/src/arithm.cpp static void mul64f( const double* src1, size_t step1, const double* src2, size_t step2, step1 3563 modules/core/src/arithm.cpp mul_(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3566 modules/core/src/arithm.cpp static void div8u( const uchar* src1, size_t step1, const uchar* src2, size_t step2, step1 3570 modules/core/src/arithm.cpp div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3572 modules/core/src/arithm.cpp recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3575 modules/core/src/arithm.cpp static void div8s( const schar* src1, size_t step1, const schar* src2, size_t step2, step1 3578 modules/core/src/arithm.cpp div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3581 modules/core/src/arithm.cpp static void div16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, step1 3584 modules/core/src/arithm.cpp div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3587 modules/core/src/arithm.cpp static void div16s( const short* src1, size_t step1, const short* src2, size_t step2, step1 3590 modules/core/src/arithm.cpp div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3593 modules/core/src/arithm.cpp static void div32s( const int* src1, size_t step1, const int* src2, size_t step2, step1 3596 modules/core/src/arithm.cpp div_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3599 modules/core/src/arithm.cpp static void div32f( const float* src1, size_t step1, const float* src2, size_t step2, step1 3602 modules/core/src/arithm.cpp div_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3605 modules/core/src/arithm.cpp static void div64f( const double* src1, size_t step1, const double* src2, size_t step2, step1 3608 modules/core/src/arithm.cpp div_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3611 modules/core/src/arithm.cpp static void recip8u( const uchar* src1, size_t step1, const uchar* src2, size_t step2, step1 3614 modules/core/src/arithm.cpp recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3617 modules/core/src/arithm.cpp static void recip8s( const schar* src1, size_t step1, const schar* src2, size_t step2, step1 3620 modules/core/src/arithm.cpp recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3623 modules/core/src/arithm.cpp static void recip16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, step1 3626 modules/core/src/arithm.cpp recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3629 modules/core/src/arithm.cpp static void recip16s( const short* src1, size_t step1, const short* src2, size_t step2, step1 3632 modules/core/src/arithm.cpp recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3635 modules/core/src/arithm.cpp static void recip32s( const int* src1, size_t step1, const int* src2, size_t step2, step1 3638 modules/core/src/arithm.cpp recip_i(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3641 modules/core/src/arithm.cpp static void recip32f( const float* src1, size_t step1, const float* src2, size_t step2, step1 3644 modules/core/src/arithm.cpp recip_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3647 modules/core/src/arithm.cpp static void recip64f( const double* src1, size_t step1, const double* src2, size_t step2, step1 3650 modules/core/src/arithm.cpp recip_f(src1, step1, src2, step2, dst, step, sz, *(const double*)scale); step1 3964 modules/core/src/arithm.cpp addWeighted_( const T* src1, size_t step1, const T* src2, size_t step2, step1 3969 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 3975 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 3997 modules/core/src/arithm.cpp addWeighted8u( const uchar* src1, size_t step1, step1 4005 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4090 modules/core/src/arithm.cpp static void addWeighted8s( const schar* src1, size_t step1, const schar* src2, size_t step2, step1 4093 modules/core/src/arithm.cpp addWeighted_<schar, float>(src1, step1, src2, step2, dst, step, sz, scalars); step1 4096 modules/core/src/arithm.cpp static void addWeighted16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, step1 4099 modules/core/src/arithm.cpp addWeighted_<ushort, float>(src1, step1, src2, step2, dst, step, sz, scalars); step1 4102 modules/core/src/arithm.cpp static void addWeighted16s( const short* src1, size_t step1, const short* src2, size_t step2, step1 4105 modules/core/src/arithm.cpp addWeighted_<short, float>(src1, step1, src2, step2, dst, step, sz, scalars); step1 4108 modules/core/src/arithm.cpp static void addWeighted32s( const int* src1, size_t step1, const int* src2, size_t step2, step1 4111 modules/core/src/arithm.cpp addWeighted_<int, double>(src1, step1, src2, step2, dst, step, sz, scalars); step1 4114 modules/core/src/arithm.cpp static void addWeighted32f( const float* src1, size_t step1, const float* src2, size_t step2, step1 4117 modules/core/src/arithm.cpp addWeighted_<float, double>(src1, step1, src2, step2, dst, step, sz, scalars); step1 4120 modules/core/src/arithm.cpp static void addWeighted64f( const double* src1, size_t step1, const double* src2, size_t step2, step1 4123 modules/core/src/arithm.cpp addWeighted_<double, double>(src1, step1, src2, step2, dst, step, sz, scalars); step1 4487 modules/core/src/arithm.cpp cmp_(const T* src1, size_t step1, const T* src2, size_t step2, step1 4490 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 4495 modules/core/src/arithm.cpp std::swap(step1, step2); step1 4504 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4526 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4559 modules/core/src/arithm.cpp static void cmp8u(const uchar* src1, size_t step1, const uchar* src2, size_t step2, step1 4568 modules/core/src/arithm.cpp fixSteps(size, sizeof(dst[0]), step1, step2, step); step1 4569 modules/core/src/arithm.cpp if (0 <= ippiCompare_8u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(size), op)) step1 4580 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 4585 modules/core/src/arithm.cpp std::swap(step1, step2); step1 4592 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4631 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4660 modules/core/src/arithm.cpp static void cmp8s(const schar* src1, size_t step1, const schar* src2, size_t step2, step1 4663 modules/core/src/arithm.cpp cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop); step1 4666 modules/core/src/arithm.cpp static void cmp16u(const ushort* src1, size_t step1, const ushort* src2, size_t step2, step1 4675 modules/core/src/arithm.cpp fixSteps(size, sizeof(dst[0]), step1, step2, step); step1 4676 modules/core/src/arithm.cpp if (0 <= ippiCompare_16u_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(size), op)) step1 4685 modules/core/src/arithm.cpp cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop); step1 4688 modules/core/src/arithm.cpp static void cmp16s(const short* src1, size_t step1, const short* src2, size_t step2, step1 4697 modules/core/src/arithm.cpp fixSteps(size, sizeof(dst[0]), step1, step2, step); step1 4698 modules/core/src/arithm.cpp if (0 <= ippiCompare_16s_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(size), op)) step1 4710 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 4715 modules/core/src/arithm.cpp std::swap(step1, step2); step1 4722 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4776 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, dst += step ) step1 4827 modules/core/src/arithm.cpp static void cmp32s(const int* src1, size_t step1, const int* src2, size_t step2, step1 4830 modules/core/src/arithm.cpp cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop); step1 4833 modules/core/src/arithm.cpp static void cmp32f(const float* src1, size_t step1, const float* src2, size_t step2, step1 4842 modules/core/src/arithm.cpp fixSteps(size, sizeof(dst[0]), step1, step2, step); step1 4843 modules/core/src/arithm.cpp if (0 <= ippiCompare_32f_C1R(src1, (int)step1, src2, (int)step2, dst, (int)step, ippiSize(size), op)) step1 4852 modules/core/src/arithm.cpp cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop); step1 4855 modules/core/src/arithm.cpp static void cmp64f(const double* src1, size_t step1, const double* src2, size_t step2, step1 4858 modules/core/src/arithm.cpp cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop); step1 5447 modules/core/src/arithm.cpp static void inRange_(const T* src1, size_t step1, const T* src2, size_t step2, step1 5451 modules/core/src/arithm.cpp step1 /= sizeof(src1[0]); step1 5457 modules/core/src/arithm.cpp for( ; size.height--; src1 += step1, src2 += step2, src3 += step3, dst += step ) step1 5478 modules/core/src/arithm.cpp static void inRange8u(const uchar* src1, size_t step1, const uchar* src2, size_t step2, step1 5481 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5484 modules/core/src/arithm.cpp static void inRange8s(const schar* src1, size_t step1, const schar* src2, size_t step2, step1 5487 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5490 modules/core/src/arithm.cpp static void inRange16u(const ushort* src1, size_t step1, const ushort* src2, size_t step2, step1 5493 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5496 modules/core/src/arithm.cpp static void inRange16s(const short* src1, size_t step1, const short* src2, size_t step2, step1 5499 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5502 modules/core/src/arithm.cpp static void inRange32s(const int* src1, size_t step1, const int* src2, size_t step2, step1 5505 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5508 modules/core/src/arithm.cpp static void inRange32f(const float* src1, size_t step1, const float* src2, size_t step2, step1 5511 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5514 modules/core/src/arithm.cpp static void inRange64f(const double* src1, size_t step1, const double* src2, size_t step2, step1 5517 modules/core/src/arithm.cpp inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); step1 5544 modules/core/src/arithm.cpp typedef void (*InRangeFunc)( const uchar* src1, size_t step1, const uchar* src2, size_t step2, step1 562 modules/core/src/matmul.cpp typedef void (*GEMMSingleMulFunc)( const void* src1, size_t step1, step1 567 modules/core/src/matmul.cpp typedef void (*GEMMBlockMulFunc)( const void* src1, size_t step1, step1 571 modules/core/src/matmul.cpp typedef void (*GEMMStoreFunc)( const void* src1, size_t step1, step1 2510 modules/core/src/matmul.cpp size_t step1 = v1.step/sizeof(src1[0]); step1 2516 modules/core/src/matmul.cpp for( ; sz.height--; src1 += step1, src2 += step2, diff += sz.width ) step1 2541 modules/core/src/matmul.cpp size_t step1 = v1.step/sizeof(src1[0]); step1 2547 modules/core/src/matmul.cpp for( ; sz.height--; src1 += step1, src2 += step2, diff += sz.width ) step1 78 modules/core/src/precomp.hpp typedef void (*BinaryFunc)(const uchar* src1, size_t step1, step1 94 modules/cudalegacy/perf/perf_labeling.cpp int pitch = static_cast<int>(labels.step1()); step1 114 modules/cudalegacy/perf/perf_labeling.cpp unsigned char* sp = &source[p.y * image.step1() + p.x]; step1 127 modules/cudalegacy/perf/perf_labeling.cpp if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+image.step1()])) step1 131 modules/cudalegacy/perf/perf_labeling.cpp if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-static_cast<int>(image.step1())])) step1 86 modules/cudalegacy/test/test_labeling.cpp int pitch = (int) labels.step1(); step1 91 modules/cudalegacy/test/test_labeling.cpp int step1 = (int)image.step1(); step1 107 modules/cudalegacy/test/test_labeling.cpp unsigned char* sp = &source[p.y * step1 + p.x]; step1 120 modules/cudalegacy/test/test_labeling.cpp if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+step1])) step1 124 modules/cudalegacy/test/test_labeling.cpp if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-step1])) step1 131 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ size_t step1() const; step1 178 modules/features2d/src/orb.cpp int step = (int)img.step1(); step1 813 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3]; step1 818 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, mask += mstep ) step1 856 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3], step1 863 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, mask += mstep ) step1 1070 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3]; step1 1074 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, mask += mstep ) step1 1102 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3], step1 1109 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, mask += mstep ) step1 1632 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3]; step1 1637 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, bproj += bpstep ) step1 1656 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3], step1 1663 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, bproj += bpstep ) step1 1812 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3]; step1 1816 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, bproj += bpstep ) step1 1828 modules/imgproc/src/histogram.cpp d1 = deltas[2], step1 = deltas[3], step1 1834 modules/imgproc/src/histogram.cpp for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, bproj += bpstep ) step1 1520 modules/java/generator/src/cpp/Mat.cpp return me->step1( i ); step1 1542 modules/java/generator/src/cpp/Mat.cpp return me->step1( ); step1 435 modules/ml/src/data.cpp ostep = normdata->isContinuous() ? 1 : (int)normdata->step1(); step1 442 modules/ml/src/data.cpp int istep = data.isContinuous() ? 1 : (int)data.step1(); step1 181 modules/ml/src/kdtree.cpp size_t step = _points.step1(); step1 182 modules/ml/src/kdtree.cpp size_t dstep = points.step1(); step1 148 modules/ml/src/rtrees.cpp size_t sstep0 = samples.step1(), sstep1 = 1; step1 1104 modules/objdetect/src/hog.cpp idx = k.set(idx, (int)img.step1()); step1 2225 modules/ts/src/ts_func.cpp int a_step = (int)a.step1(), a_delta = cn; step1 2226 modules/ts/src/ts_func.cpp int b_step = (int)b.step1(), b_delta = cn; step1 2247 modules/ts/src/ts_func.cpp c_step = (int)c.step1(); step1 2264 modules/ts/src/ts_func.cpp (int)d.step1(), a_rows, b_cols, a_cols, cn, alpha, beta ); step1 2268 modules/ts/src/ts_func.cpp (int)d.step1(), a_rows, b_cols, a_cols, cn, alpha, beta ); step1 224 modules/video/src/optflowgf.cpp size_t step1 = _R1.step/sizeof(R1[0]); step1 241 modules/video/src/optflowgf.cpp const float* ptr = R1 + y1*step1 + x1*5; step1 252 modules/video/src/optflowgf.cpp r2 = a00*ptr[0] + a01*ptr[5] + a10*ptr[step1] + a11*ptr[step1+5]; step1 253 modules/video/src/optflowgf.cpp r3 = a00*ptr[1] + a01*ptr[6] + a10*ptr[step1+1] + a11*ptr[step1+6]; step1 254 modules/video/src/optflowgf.cpp r4 = a00*ptr[2] + a01*ptr[7] + a10*ptr[step1+2] + a11*ptr[step1+7]; step1 255 modules/video/src/optflowgf.cpp r5 = a00*ptr[3] + a01*ptr[8] + a10*ptr[step1+3] + a11*ptr[step1+8]; step1 256 modules/video/src/optflowgf.cpp r6 = a00*ptr[4] + a01*ptr[9] + a10*ptr[step1+4] + a11*ptr[step1+9]; step1 264 modules/video/src/optflowgf.cpp const float* ptr = R1 + y1*step1 + x1*5;