Home | History | Annotate | Download | only in src

Lines Matching full:bottom_rows

300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows )
313 for( i = 0; i < bottom_rows; i++ )
327 if( !bottom_rows )
334 for( i = 0, j = row_count-1-shift; i < bottom_rows; i++, j-- )
514 top_rows = bottom_rows = 0;
532 bottom_rows = src_y2 - _src_y2;
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0;