Searched refs:coi3 (Results 1 - 8 of 8) sorted by relevance

/external/opencv/cv/src/
H A Dcvfeatureselect.cpp79 int coi1 = 0, coi2 = 0, coi3 = 0; local
104 CV_CALL( tmp = cvGetMat( tmp, &tmp_stub, &coi3 ));
121 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
H A Dcvsumpixels.cpp325 int coi0 = 0, coi1 = 0, coi2 = 0, coi3 = 0; local
370 CV_CALL( tilted = cvGetMat( tilted, &tilted_stub, &coi3 ));
381 if( coi0 || coi1 || coi2 || coi3 )
H A Dcvaccum.cpp590 int coi1, coi2, coi3; local
607 CV_CALL( sum = cvGetMat( sum, &sumstub, &coi3 ));
609 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
/external/opencv/cxcore/src/
H A Dcxlogic.cpp349 int coi1 = 0, coi2 = 0, coi3 = 0; local
382 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
411 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
H A Dcxmathfuncs.cpp333 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0; local
357 CV_CALL( mag = cvGetMat( mag, &magstub, &coi3 ));
379 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
573 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0; local
590 CV_CALL( mag = cvGetMat( mag, &magstub, &coi3 ));
629 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
H A Dcxarithm.cpp357 int coi1 = 0, coi2 = 0, coi3 = 0; local
361 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
362 if( coi1 + coi2 + coi3 != 0 )
829 int coi1 = 0, coi2 = 0, coi3 = 0; local
833 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
834 if( coi1 + coi2 + coi3 != 0 )
H A Dcxcmp.cpp1424 int coi1 = 0, coi2 = 0, coi3 = 0; local
1440 CV_CALL( dst = cvGetMat( dst, &dststub, &coi3 ));
1442 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
H A Dcxmatmul.cpp2232 int coi1 = 0, coi2 = 0, coi3 = 0;
2235 CV_CALL( dst = cvGetMat( dst, &stub, &coi3 ));
2237 if( coi1 + coi2 + coi3 != 0 )

Completed in 242 milliseconds