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

  /external/opencv/cv/include/
cv.hpp 147 int buf_size, buf_step, buf_count, buf_max_count; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvfilter.cpp 220 buf_step = cvAlign(bw*work_pix_sz, ALIGN);
223 bsz -= buf_step;
224 buf_max_count = bsz/buf_step;
226 buf_end = buf_start + buf_max_count*buf_step;
403 buf_tail += buf_step;
555 bptr += buf_step;
582 buf_head += buf_step;
    [all...]
cvmorph.cpp 315 buf_end -= buf_step;
368 buf_tail += buf_step;
    [all...]
cvsmooth.cpp 178 buf_end -= buf_step;
    [all...]

Completed in 169 milliseconds