Searched refs:coi0 (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvsumpixels.cpp325 int coi0 = 0, coi1 = 0, coi2 = 0, coi3 = 0; local
338 CV_CALL( src = cvGetMat( src, &src_stub, &coi0 ));
381 if( coi0 || coi1 || coi2 || coi3 )
H A DmycvHaarDetectObjects.cpp641 int coi0 = 0, coi1 = 0; local
652 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi0 ));
655 if( coi0 || coi1 )
H A Dcvhaar.cpp442 int coi0 = 0, coi1 = 0; local
453 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi0 ));
456 if( coi0 || coi1 )

Completed in 134 milliseconds