HomeSort by relevance Sort by last modified time
    Searched refs:mcn (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/core/src/opencl/
copyset.cl 63 mask += mad24(y, mask_step, mad24(x, mcn, mask_offset));
65 #if mcn == 1
84 #elif scn == mcn
96 #error "(mcn == 1 || mcn == scn) should be true"
  /external/opencv3/modules/core/src/
out.cpp 59 int mcn; // == mtx.channels() member in class:cv::FormattedImpl
91 mcn = m.channels();
144 if (++cn >= mcn)
196 if (mcn > 1 && braces[BRACE_CN_OPEN])
209 if (mcn > 1 && braces[BRACE_CN_CLOSE])
221 if (++cn < mcn)
copy.cpp 366 int cn = channels(), mcn = mask.channels(); local
367 CV_Assert( mask.depth() == CV_8U && (mcn == 1 || mcn == cn) );
368 bool colorMask = mcn > 1;
383 Size sz = getContinuousSize(*this, dst, mask, mcn);
391 Size sz((int)(it.size*mcn), 1);
    [all...]
umatrix.cpp 671 int cn = channels(), mtype = _mask.type(), mdepth = CV_MAT_DEPTH(mtype), mcn = CV_MAT_CN(mtype); local
672 CV_Assert( mdepth == CV_8U && (mcn == 1 || mcn == cn) );
685 String opts = format("-D COPY_TO_MASK -D T1=%s -D scn=%d -D mcn=%d%s",
686 ocl::memopTypeToStr(depth()), cn, mcn,
stat.cpp 1059 mcn = std::max(cn, kercn); local
    [all...]
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 826 int mtype = img.type(), mdepth = CV_MAT_DEPTH(type), mcn = CV_MAT_CN(mtype); local
845 mtype = CV_MAKETYPE(CV_32F, mcn);
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 325 milliseconds