Searched refs:vstep (Results 1 – 3 of 3) sorted by relevance
75 #define ICV_MAT2VEC( mat, vdata, vstep, num ) \ argument81 (vstep) = CV_ELEM_SIZE( (mat).type ); \86 (vstep) = (mat).step; \
414 component_info[i].vstep = 1; in WriteImage()
2677 int vstep; in cvCalcCovarMatrix() local2681 vstep = vecdata[i].step; in cvCalcCovarMatrix()2686 vstep = vec_step; in cvCalcCovarMatrix()2689 ext_func( v, vstep, avg->data.ptr, avg->step, in cvCalcCovarMatrix()