Home
last modified time | relevance | path

Searched refs:buf_step (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/include/
Dcv.hpp147 int buf_size, buf_step, buf_count, buf_max_count; member in CvBaseImageFilter
/external/opencv/cv/src/
Dcvfilter.cpp220 buf_step = cvAlign(bw*work_pix_sz, ALIGN); in start_process()
223 bsz -= buf_step; in start_process()
224 buf_max_count = bsz/buf_step; in start_process()
226 buf_end = buf_start + buf_max_count*buf_step; in start_process()
403 buf_tail += buf_step; in fill_cyclic_buffer()
555 bptr += buf_step; in process()
582 buf_head += buf_step; in process()
Dcvmorph.cpp315 buf_end -= buf_step; in start_process()
368 buf_tail += buf_step; in fill_cyclic_buffer()
Dcvsmooth.cpp178 buf_end -= buf_step; in start_process()