Lines Matching defs:crop_bottom
528 unsigned int crop_bottom = get_ue_golomb(gb);
535 crop_left, crop_right, crop_top, crop_bottom);
540 sps->crop_bottom = 0;
551 crop_bottom> (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);
562 sps->crop_bottom = crop_bottom * step_y;
568 sps->crop_bottom =
615 sps->crop_top, sps->crop_bottom,