Home
last modified time | relevance | path

Searched refs:matstep (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvmoments.cpp448 int matstep = mat->step ? mat->step : CV_STUB_STEP; in cvMoments() local
450 IPPI_CALL( ipp_func( mat->data.ptr, matstep, size, ippmomentstate )); in cvMoments()
/external/opencv/cxcore/src/
Dcxmatmul.cpp2731 icvMahalanobis_##flavor##_C1R( const arrtype* mat, int matstep, \
2737 matstep /= sizeof(mat[0]); \
2738 for( i = 0; i < len; i++, mat += matstep ) \
2762 typedef CvStatus (CV_STDCALL * CvMahalanobisFunc)( const void* mat, int matstep,