Searched refs:top_rows (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp127 virtual void make_y_border( int row_count, int top_rows, int bottom_rows );
145 int top_rows, bottom_rows, max_rows; member in class:CvBaseImageFilter
/external/opencv/cv/src/
H A Dcvfilter.cpp300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows ) argument
309 for( i = 0; i < top_rows && rows[i] == 0; i++ )
320 for( i = top_rows-1, j = top_rows+shift; i >= 0; i-- )
514 top_rows = bottom_rows = 0;
518 top_rows = _src_y1 - src_y1;
554 rows[i+top_rows] = bptr;
560 row_count = top_rows + buf_count;
565 make_y_border( row_count, top_rows, br );
587 top_rows
[all...]

Completed in 45 milliseconds