Home | History | Annotate | Download | only in src

Lines Matching refs:coi

220                 CvSize size, int cn, int coi, double* _norm )   \
226 src += coi - 1; \
257 CvSize size, int cn, int coi, double* _norm ) \
261 src += coi - 1; \
365 int cn, int coi, double* _norm ) \
372 src1 += coi - 1; \
373 src2 += coi - 1; \
405 int cn, int coi, double* _norm ) \
410 src1 += coi - 1; \
411 src2 += coi - 1; \
575 int cn, int coi, double* _norm ) \
581 src += coi - 1; \
613 int cn, int coi, double* _norm ) \
617 src += coi - 1; \
702 int maskstep, CvSize size, int cn, int coi, double* _norm ) \
709 src1 += coi - 1; \
710 src2 += coi - 1; \
743 int maskstep, CvSize size, int cn, int coi, double* _norm ) \
748 src1 += coi - 1; \
749 src2 += coi - 1; \
983 int coi = 0, coi2 = 0;
1116 CV_CALL( mat1 = cvGetMat( mat1, &stub1, &coi ));
1128 if( coi != coi2 && CV_MAT_CN( mat1->type ) > 1 )
1256 if( cn == 1 || coi == 0 )
1311 IPPI_CALL( func( mat1->data.ptr, mat1_step, size, cn, coi, &norm ));
1320 size, cn, coi, &norm_diff ));
1333 if( CV_MAT_CN(type) > 1 && coi == 0 )
1353 if( CV_MAT_CN(type) == 1 || coi == 0 )
1390 size, cn, coi, &norm ));
1402 size, cn, coi, &norm_diff ));