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

  /external/opencv/cv/src/
cvstereobm.cpp 200 const uchar *lptr, *lptr_sub, *rptr; local
224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep )
229 int lval = lptr[0];
257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep;
261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep )
263 int lval = lptr[0];
407 const uchar *lptr, *lptr_sub, *rptr; local
430 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep;
433 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep
    [all...]
cvstereogc.cpp 496 const uchar* lptr = state->left->data.ptr + state->left->step*y; local
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 );
  /external/libxml2/
chvalid.c 171 const xmlChLRange *lptr; local
198 lptr = rptr->longRange;
201 if (val < lptr[mid].low) {
204 if (val > lptr[mid].high) {
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 142 milliseconds