Lines Matching refs:coi
306 int coi, sumtype_final* sum ) \
310 src += coi - 1; \
337 int coi, sumtype_final* sum ) \
341 src += coi - 1; \
399 int type, coi = 0; in CV_DEF_INIT_BIG_FUNC_TAB_2D() local
467 CV_CALL( mat = cvGetMat( mat, &stub, &coi )); in CV_DEF_INIT_BIG_FUNC_TAB_2D()
511 if( CV_MAT_CN(type) == 1 || coi == 0 ) in CV_DEF_INIT_BIG_FUNC_TAB_2D()
545 CV_MAT_CN(type), coi, sum.val )); in CV_DEF_INIT_BIG_FUNC_TAB_2D()
590 int type, coi = 0; in CV_DEF_INIT_FUNC_TAB_2D() local
634 CV_CALL( mat = cvGetMat( mat, &stub, &coi )); in CV_DEF_INIT_FUNC_TAB_2D()
649 if( CV_MAT_CN(type) == 1 || coi == 0 ) in CV_DEF_INIT_FUNC_TAB_2D()
669 IPPI_CALL( func( mat->data.ptr, mat_step, size, CV_MAT_CN(type), coi, &count )); in CV_DEF_INIT_FUNC_TAB_2D()