Searched refs:buf_count (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp122 the method initializes ring buffer (buf_end, buf_head, buf_tail, buf_count, rows),
147 int buf_size, buf_step, buf_count, buf_max_count; member in class:CvBaseImageFilter
/external/opencv/cv/src/
H A Dcvfilter.cpp349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
523 buf_count = 0;
552 for( i = 0; i < buf_count; i++ )
560 row_count = top_rows + buf_count;
580 for( bptr = row_count > 0 ?rows[count] : 0; buf_head != bptr && buf_count > 0; buf_count-- )
H A Dcvmorph.cpp332 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
/external/opencv/ml/src/
H A Dmltree.cpp172 buf_count = data->buf_count; buf_size = data->buf_size;
263 buf_count = shared ? 3 : 2;
264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 ));
931 buf_count = buf_size = 0;
996 if( idx >= buf_count )
/external/opencv/ml/include/
H A Dml.h796 int buf_count, buf_size; member in struct:CvDTreeTrainData

Completed in 109 milliseconds