Home | History | Annotate | Download | only in src

Lines Matching refs:coi2

333     int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0;
343 CV_CALL( ymat = cvGetMat( ymat, &ystub, &coi2 ));
379 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
573 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0;
618 CV_CALL( ymat = cvGetMat( ymat, &ystub, &coi2 ));
629 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
1027 int coi1 = 0, coi2 = 0, src_depth, dst_depth;
1036 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1038 if( coi1 != 0 || coi2 != 0 )
1586 int coi1 = 0, coi2 = 0, src_depth, dst_depth;
1595 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1597 if( coi1 != 0 || coi2 != 0 )
1711 int coi1 = 0, coi2 = 0;
1722 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1724 if( coi1 != 0 || coi2 != 0 )