Home | History | Annotate | Download | only in src

Lines Matching defs:srcstub

825     CvMat srcstub, *src = (CvMat*)srcarr;
835 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
837 if( src != &srcstub )
839 srcstub = *src;
840 src = &srcstub;