HomeSort by relevance Sort by last modified time
    Searched full:bufsize0 (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvstereobm.cpp 559 int bufSize0, bufSize1, bufSize, width, width1, height;
625 bufSize0 = (ndisp + 2)*sizeof(int) + (height+wsz+2)*ndisp*sizeof(int) +
628 bufSize = MAX(bufSize0, bufSize1);
668 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
674 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );

Completed in 290 milliseconds