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

  /external/opencv3/modules/video/src/
lkpyramid.cpp 231 int j, cn = I.channels(), cn2 = cn*2; local
232 cv::AutoBuffer<deriv_type> _buf(winSize.area()*(cn + cn2));
236 Mat derivIWinBuf(winSize, CV_MAKETYPE(derivDepth, cn2), (deriv_type*)_buf + winSize.area()*cn);
315 const deriv_type* dsrc = derivI.ptr<deriv_type>() + (y + iprevPt.y)*dstep + iprevPt.x*cn2;
338 v01 = _mm_loadu_si128((const __m128i*)(dsrc + cn2));
340 v11 = _mm_loadu_si128((const __m128i*)(dsrc + dstep + cn2));
388 int16x4x2_t d2d3 = vld2_s16(&dsrc[cn2]);
403 int16x4x2_t d6d7 = vld2_s16(&dsrc[dstep+cn2]);
451 int ixval = CV_DESCALE(dsrc[0]*iw00 + dsrc[cn2]*iw01 +
452 dsrc[dstep]*iw10 + dsrc[dstep+cn2]*iw11, W_BITS1)
    [all...]
  /external/opencv3/modules/ts/src/
ts_perf.cpp 389 int cn2 = rng2["cn"]; local
392 double actual_rng2 = getElem(actual, y2, x2, cn2);
395 << argname << " has unexpected value of the ["<< x2 << ":" << y2 << ":" << cn2 <<"] element" << std::endl;
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 1520 int type2 = psrc2->type(), depth2 = CV_MAT_DEPTH(type2), cn2 = CV_MAT_CN(type2); local
1935 int type2 = psrc2->type(), depth2 = CV_MAT_DEPTH(type2), cn2 = CV_MAT_CN(type2); local
    [all...]

Completed in 53 milliseconds