Home
last modified time | relevance | path

Searched refs:bottom_rows (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/include/
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 CvBaseImageFilter
/external/opencv/cv/src/
Dcvfilter.cpp300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows ) in make_y_border() argument
313 for( i = 0; i < bottom_rows; i++ ) in make_y_border()
327 if( !bottom_rows ) in make_y_border()
334 for( i = 0, j = row_count-1-shift; i < bottom_rows; i++, j-- ) in make_y_border()
514 top_rows = bottom_rows = 0; in process()
532 bottom_rows = src_y2 - _src_y2; in process()
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0; in process()