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

  /external/opencv/ml/src/
_ml.h 91 #define ICV_RAWDATA( mat, flags, rdata, sstep, cstep, m, n ) \
96 (cstep) = CV_ELEM_SIZE( (mat).type ); \
102 (cstep) = (mat).step; \
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 204 int cstep = (height + dy0 + dy1)*ndisp; local
223 hsad = hsad0 - dy0*ndisp; cbuf = cbuf0 + (x + wsz2 + 1)*cstep - dy0*ndisp;
253 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;
254 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;
411 int cstep = (height+dy0+dy1)*ndisp; local
429 hsad = hsad0 - dy0*ndisp; cbuf = cbuf0 + (x + wsz2 + 1)*cstep - dy0*ndisp;
459 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;
460 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;

Completed in 35 milliseconds