Home | History | Annotate | Download | only in src

Lines Matching refs:coi2

1612     int coi = 0, coi2 = 0;
1638 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1640 if( coi != 0 || coi2 != 0 )
1753 if( coi != 0 || coi2 != 0 )
2232 int coi1 = 0, coi2 = 0, coi3 = 0;
2234 CV_CALL( src2 = cvGetMat( src2, &stub2, &coi2 ));
2237 if( coi1 + coi2 + coi3 != 0 )