Searched refs:bstub (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxsvd.cpp1462 CvMat bstub, *b = (CvMat*)barr; local
1550 CV_CALL( b = cvGetMat( b, &bstub ));
1558 b = &bstub;
H A Dcxmatrix.cpp1219 CvMat bstub, *src2 = (CvMat*)b; local
1226 CV_CALL( src2 = cvGetMat( src2, &bstub ));
/external/opencv/cv/src/
H A Dcvpyramids.cpp1194 CvMat bstub, *buf; local
1197 CV_CALL( buf = cvGetMat( bufarr, &bstub ));

Completed in 150 milliseconds