Home | History | Annotate | Download | only in src

Lines Matching refs:coi1

407         int coi1 = 0, coi2 = 0;
408 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
410 if( coi1 + coi2 != 0 )
493 int coi1, coi2;
507 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
510 if( coi1 != 0 || coi2 != 0 )
590 int coi1, coi2, coi3;
605 CV_CALL( mat1 = cvGetMat( mat1, &stub1, &coi1 ));
609 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
701 int coi1, coi2;
715 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
718 if( coi1 != 0 || coi2 != 0 )