Searched refs:buf_max_count (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp147 int buf_size, buf_step, buf_count, buf_max_count; member in class:CvBaseImageFilter
/external/opencv/cv/src/
H A Dcvmorph.cpp311 int t = buf_max_count - max_ky*2;
314 buf_max_count--;
332 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
H A Dcvfilter.cpp224 buf_max_count = bsz/buf_step;
225 buf_max_count = MIN( buf_max_count, max_rows - max_ky*2 );
226 buf_end = buf_start + buf_max_count*buf_step;
349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
H A Dcvsmooth.cpp179 buf_max_count--;
180 assert( buf_max_count >= max_ky*2 + 1 );

Completed in 204 milliseconds