Searched defs:maskstep (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvhistogram.cpp1411 int maskstep = 0, step = 0; local
1467 maskstep = mat->step;
1476 maskstep = step = CV_STUB_STEP;
1514 IPPI_CALL( icvCalcHist_8u_C1R( ptr, step, maskptr, maskstep, size, hist ));
1520 IPPI_CALL( icvCalcHist_32f_C1R( v.fl, step, maskptr, maskstep, size, hist ));

Completed in 105 milliseconds