Searched refs:coi4 (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
H A D | cxmathfuncs.cpp | 333 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0; local 369 CV_CALL( angle = cvGetMat( angle, &anglestub, &coi4 )); 379 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 ) 573 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0; local 580 CV_CALL( angle = cvGetMat( angle, &anglestub, &coi4 )); 629 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
|
Completed in 227 milliseconds