Searched refs:src2step (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | accum.cpp | 1059 …int src1step = (int)src1.step, src2step = (int)src2.step, dststep = (int)dst.step, maskstep = (int… in accumulateProduct() local 1063 src2step = static_cast<int>(src2.total() * src2.elemSize()); in accumulateProduct() 1072 status = ippFunc(src1.ptr(), src1step, src2.ptr(), src2step, dst.ptr<Ipp32f>(), in accumulateProduct() 1075 … status = ippFuncMask(src1.ptr(), src1step, src2.ptr(), src2step, mask.ptr<Ipp8u>(), maskstep, in accumulateProduct()
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 1272 #define bf(y) ((float*)(bdata + y*src2step))[0] in cvSolve() 1273 #define bd(y) ((double*)(bdata + y*src2step))[0] in cvSolve() 1279 int src2step = src2->step; in cvSolve() local
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 1070 #define bf(y) ((float*)(bdata + y*src2step))[0] in solve() 1071 #define bd(y) ((double*)(bdata + y*src2step))[0] in solve() 1077 size_t src2step = _src2.step; in solve() local
|