Home | History | Annotate | Download | only in src

Lines Matching refs:coi1

333     int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0;
340 CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
379 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
573 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0;
604 CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
629 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
1027 int coi1 = 0, coi2 = 0, src_depth, dst_depth;
1033 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1038 if( coi1 != 0 || coi2 != 0 )
1586 int coi1 = 0, coi2 = 0, src_depth, dst_depth;
1592 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1597 if( coi1 != 0 || coi2 != 0 )
1711 int coi1 = 0, coi2 = 0;
1719 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1724 if( coi1 != 0 || coi2 != 0 )