Lines Matching defs:crop_left
525 unsigned int crop_left = get_ue_golomb(gb);
535 crop_left, crop_right, crop_top, crop_bottom);
537 sps->crop_left =
548 if (crop_left > (unsigned)INT_MAX / 4 / step_x ||
552 (crop_left + crop_right ) * step_x >= width ||
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);
559 sps->crop_left = crop_left * step_x;
565 sps->crop_left =
614 sps->crop_left, sps->crop_right,