Searched refs:matstep (Results 1 – 2 of 2) sorted by relevance
448 int matstep = mat->step ? mat->step : CV_STUB_STEP; in cvMoments() local450 IPPI_CALL( ipp_func( mat->data.ptr, matstep, size, ippmomentstate )); in cvMoments()
2731 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,