Home | History | Annotate | Download | only in dec

Lines Matching refs:crop_bottom

570   if (y_end > io->crop_bottom) {
571 y_end = io->crop_bottom; // make sure we don't overflow on last row.