Lines Matching defs:crop_top
527 unsigned int crop_top = get_ue_golomb(gb);
535 crop_left, crop_right, crop_top, crop_bottom);
539 sps->crop_top =
550 crop_top > (unsigned)INT_MAX / 4 / step_y ||
553 (crop_top + crop_bottom) * step_y >= height
555 av_log(avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height);
561 sps->crop_top = crop_top * step_y;
567 sps->crop_top =
615 sps->crop_top, sps->crop_bottom,