Home | History | Annotate | Download | only in src

Lines Matching refs:row_min

565     int row_min = 0, col_min = 0, row_max=0, col_max = 0;
591 if (row < row_min) row_min = row;
631 int drow = row_max - row_min + 1;
671 if (row_hist[row_max+HSIZE] > row_hist[row_min+HSIZE])
674 quad_count = icvTrimRow(quads,quad_count,row_min,-1);
710 row <= row_max && row >= row_min)