Home | History | Annotate | Download | only in src

Lines Matching refs:top_rows

300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows )
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
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 = MAX(top_rows - count, 0);