Home | History | Annotate | Download | only in dec

Lines Matching refs:crop_bottom

672   if (y_end > io->crop_bottom) {
673 y_end = io->crop_bottom; // make sure we don't overflow on last row.
738 assert(row <= dec->io_->crop_bottom);
820 assert(last_row <= dec->io_->crop_bottom);
1495 assert(last_row <= dec->io_->crop_bottom);
1676 io->crop_bottom, ProcessRows)) {