Searched defs:sstep (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
D | erase_iter_iter.pass.cpp | 72 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); in testN() local
|
/external/opencv/ml/src/ |
D | _ml.h | 91 #define ICV_RAWDATA( mat, flags, rdata, sstep, cstep, m, n ) \ argument
|
/external/opencv/cv/src/ |
D | cvstereobm.cpp | 202 int sstep = left->step; in icvFindStereoCorrespondenceBM_SSE2() local 409 int sstep = left->step; in icvFindStereoCorrespondenceBM() local
|
D | cvsegmentation.cpp | 402 int sstep = src->step; in cvPyrMeanShiftFiltering() local
|
D | cvdistransform.cpp | 454 int sstep, dstep; in icvTrueDistTrans() local
|
D | cvundistort.cpp | 387 int sstep, dstep; in cvUndistortPoints() local
|
D | cvstereogc.cpp | 450 int sstep = src->step; in icvInitGraySubpix() local
|
D | cvimgwarp.cpp | 1801 int sstep = src->step; in icvRemapFixedPt_8u() local
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 1064 int sstep = src->step, dstep = dst ? dst->step : 0; in cvSort() local
|