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

  /external/opencv/ml/src/
_ml.h 91 #define ICV_RAWDATA( mat, flags, rdata, sstep, cstep, m, n ) \
95 (sstep) = (mat).step; \
103 (sstep) = CV_ELEM_SIZE( (mat).type ); \
113 uchar* data; int sstep, cstep; - trainData->data
125 int sstep, cstep; \
143 sstep = cstep = clstep = ncl = tmstep = ntm = msstep = mcstep = mm = mn = 0; \
153 ICV_RAWDATA( *(param), (flags), data, sstep, cstep, m, n ); \
  /external/opencv/cv/src/
cvstereobm.cpp 202 int sstep = left->step; local
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
225 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep;
227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
258 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep;
261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep
409 int sstep = left->step; local
    [all...]
cvsegmentation.cpp 402 int sstep = src->step; local
439 for( i = 0; i < size.height; i++, sptr += sstep - size.width*3,
468 ptr = sptr + (miny - i)*sstep + (minx - j)*3;
470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
cvundistort.cpp 387 int sstep, dstep; local
430 sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype);
447 x = srcf[i*sstep].x;
448 y = srcf[i*sstep].y;
452 x = srcd[i*sstep].x;
453 y = srcd[i*sstep].y;
cvimgwarp.cpp 1801 int sstep = src->step; local
    [all...]
cvdistransform.cpp 454 int sstep, dstep; local
478 sstep = src->step;
501 const uchar* sptr = src->data.ptr + i + (m-1)*sstep;
506 for( j = m-1; j >= 0; j--, sptr -= sstep )
cvstereogc.cpp 450 int sstep = src->step; local
454 const uchar* sptr = src->data.ptr + sstep*y;
455 const uchar* sptr_prev = y > 0 ? sptr - sstep : sptr;
456 const uchar* sptr_next = y < rows-1 ? sptr + sstep : sptr;
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
erase_iter_iter.pass.cpp 72 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); local
73 for (int s = 0; s <= N - p; s += sstep)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
erase_iter_iter.pass.cpp 67 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); local
68 for (int s = 0; s <= N - p; s += sstep)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
erase_iter_iter.pass.cpp 71 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1); local
72 for (int s = 0; s <= N - p; s += sstep)
  /external/opencv/cxcore/src/
cxutils.cpp 1064 int sstep = src->step, dstep = dst ? dst->step : 0; local
    [all...]
  /external/llvm/lib/Support/
regengine.inc 51 #define step sstep
  /external/swiftshader/third_party/LLVM/lib/Support/
regengine.inc 51 #define step sstep
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regengine.inc 51 #define step sstep
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 87 #define step sstep

Completed in 724 milliseconds