Lines Matching refs:crop_right
526 unsigned int crop_right = get_ue_golomb(gb);
535 crop_left, crop_right, crop_top, crop_bottom);
538 sps->crop_right =
549 crop_right > (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);
560 sps->crop_right = crop_right * step_x;
566 sps->crop_right =
614 sps->crop_left, sps->crop_right,