Lines Matching defs:cn
204 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype);
207 int dtype = CV_MAKETYPE(ddepth, cn);
558 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype);
561 int dtype = CV_MAKE_TYPE(ddepth, cn);
616 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype);
619 int dtype = CV_MAKETYPE(ddepth, cn);
673 int sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), esz = CV_ELEM_SIZE(stype);
693 int loc_mem_cn = dev.vendorID() == ocl::Device::VENDOR_NVIDIA && cn == 3 ? 4 : cn;
707 int dtype = CV_MAKE_TYPE(ddepth, cn);
726 " -D CN=%d ",
730 ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]),
731 ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]),
734 ocl::typeToStr(CV_MAKETYPE(sdepth, cn)),
735 ocl::typeToStr(CV_MAKETYPE(ddepth, cn)),
736 ocl::typeToStr(CV_MAKETYPE(wdepth, cn)),
737 cn);
787 dstarg = ocl::KernelArg::WriteOnly(dst, cn, kercn);
794 size_t globalsize[] = { dst.cols * cn / kercn, dst.rows };
805 int stype = _src.type(), sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype);
808 _dst.create( _src.size(), CV_MAKETYPE(ddepth, cn) );
904 int wtype = CV_MAKETYPE(wdepth, cn);