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

  /frameworks/rs/driver/runtime/
rs_allocation.c 270 const size_t cstep = alloc->mHal.drvState.yuv.step; local
276 return pin[((x >> shift) * cstep) + ((y >> shift) * stride)];
284 const size_t cstep = alloc->mHal.drvState.yuv.step; local
290 return pin[((x >> shift) * cstep) + ((y >> shift) * stride)];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 139 size_t cstep = cp->alloc->mHal.drvState.yuv.step; local
161 cstep = 2;
169 if (cstep == 1) {
173 } else if (cstep == 2) {
196 int cx = (x1 >> 1) * cstep;
  /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 71 milliseconds