Searched refs:coi1 (Results 1 - 20 of 20) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxlogic.cpp196 int coi1 = 0, coi2 = 0; local
208 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
248 if( coi1 != 0 || coi2 != 0 )
349 int coi1 = 0, coi2 = 0, coi3 = 0; local
366 CV_CALL( src1 = cvGetMat( src1, &srcstub1, &coi1 ));
411 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
626 int coi1 = 0, coi2 = 0; local
636 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
668 if( coi1 != 0 || coi2 != 0 )
H A Dcxlut.cpp221 int coi1 = 0, coi2 = 0; local
242 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
250 if( coi1 != 0 || coi2 != 0 )
H A Dcxmathfuncs.cpp333 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0; local
340 CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
379 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
573 int coi1 = 0, coi2 = 0, coi3 = 0, coi4 = 0; local
604 CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
629 if( coi1 != 0 || coi2 != 0 || coi3 != 0 || coi4 != 0 )
1027 int coi1 = 0, coi2 = 0, src_depth, dst_depth; local
1033 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1038 if( coi1 != 0 || coi2 != 0 )
1586 int coi1 local
1711 int coi1 = 0, coi2 = 0; local
[all...]
H A Dcxcopy.cpp385 int coi1 = 0, coi2 = 0; local
386 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
389 if( coi1 )
396 planes[coi1-1] = dst;
H A Dcxarithm.cpp357 int coi1 = 0, coi2 = 0, coi3 = 0; local
359 CV_CALL( src1 = cvGetMat( src1, &srcstub1, &coi1 ));
362 if( coi1 + coi2 + coi3 != 0 )
829 int coi1 = 0, coi2 = 0, coi3 = 0; local
831 CV_CALL( src1 = cvGetMat( src1, &srcstub1, &coi1 ));
834 if( coi1 + coi2 + coi3 != 0 )
1988 int coi1, coi2, coi; local
2000 CV_CALL( srcA = cvGetMat( srcA, &srcA_stub, &coi1 ));
2004 if( coi1 || coi2 || coi )
H A Dcxcmp.cpp1424 int coi1 = 0, coi2 = 0, coi3 = 0; local
1438 CV_CALL( src1 = cvGetMat( src1, &srcstub1, &coi1 ));
1442 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
1498 int coi1 = 0, coi2 = 0; local
1512 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1515 if( coi1 != 0 || coi2 != 0 )
H A Dcxconvert.cpp1064 int coi1 = 0, coi2 = 0; local
1070 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1073 if( coi1 != 0 || coi2 != 0 )
H A Dcxmatmul.cpp2232 int coi1 = 0, coi2 = 0, coi3 = 0;
2233 CV_CALL( src1 = cvGetMat( src1, &stub1, &coi1 ));
2237 if( coi1 + coi2 + coi3 != 0 )
/external/opencv/cv/src/
H A Dcvaccum.cpp407 int coi1 = 0, coi2 = 0; local
408 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
410 if( coi1 + coi2 != 0 )
493 int coi1, coi2; local
507 CV_CALL( mat = cvGetMat( mat, &stub, &coi1 ));
510 if( coi1 != 0 || coi2 != 0 )
590 int coi1, coi2, coi3; local
605 CV_CALL( mat1 = cvGetMat( mat1, &stub1, &coi1 ));
609 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
701 int coi1, coi local
[all...]
H A Dcvfeatureselect.cpp79 int coi1 = 0, coi2 = 0, coi3 = 0; local
91 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
121 if( coi1 != 0 || coi2 != 0 || coi3 != 0 )
H A Dcvundistort.cpp118 int coi1 = 0, coi2 = 0; local
132 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
135 if( coi1 != 0 || coi2 != 0 )
188 int coi1 = 0, coi2 = 0; local
196 CV_CALL( _mapx = cvGetMat( _mapx, &mapxstub, &coi1 ));
199 if( coi1 != 0 || coi2 != 0 )
268 int coi1 = 0, coi2 = 0; local
280 CV_CALL( _mapx = cvGetMat( _mapx, &mapxstub, &coi1 ));
283 if( coi1 != 0 || coi2 != 0 )
H A Dcvsumpixels.cpp325 int coi0 = 0, coi1 = 0, coi2 = 0, coi3 = 0; local
339 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi1 ));
381 if( coi0 || coi1 || coi2 || coi3 )
H A Dcvthresh.cpp310 int coi1 = 0, coi2 = 0; local
314 CV_CALL( src = cvGetMat( src, &src_stub, &coi1 ));
317 if( coi1 + coi2 )
H A Dcvpyramids.cpp939 int coi1 = 0, coi2 = 0; local
956 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
959 if( coi1 != 0 || coi2 != 0 )
1032 int coi1 = 0, coi2 = 0; local
1050 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1053 if( coi1 != 0 || coi2 != 0 )
H A Dcvmorph.cpp824 int i, coi1 = 0, coi2 = 0; local
835 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
862 if( coi1 != 0 || coi2 != 0 )
H A DmycvHaarDetectObjects.cpp641 int coi0 = 0, coi1 = 0; local
653 CV_CALL( sqsum = cvGetMat( sqsum, &sqsum_stub, &coi1 ));
655 if( coi0 || coi1 )
673 CV_CALL( tilted = cvGetMat( tilted, &tilted_stub, &coi1 ));
H A Dcvtemplmatch.cpp333 int coi1 = 0, coi2 = 0; local
353 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
H A Dcvsmooth.cpp1324 int coi1 = 0, coi2 = 0;
1332 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1335 if( coi1 != 0 || coi2 != 0 )
H A Dcvhaar.cpp442 int coi0 = 0, coi1 = 0; local
454 CV_CALL( sqsum = cvGetMat( sqsum, &sqsum_stub, &coi1 ));
456 if( coi0 || coi1 )
474 CV_CALL( tilted = cvGetMat( tilted, &tilted_stub, &coi1 ));
H A Dcvfilter.cpp2600 int coi1 = 0, coi2 = 0;
2605 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
2608 if( coi1 != 0 || coi2 != 0 )

Completed in 263 milliseconds