Home
last modified time | relevance | path

Searched refs:crop_unit_y (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh265_metadata_bsf.c194 int crop_unit_x, crop_unit_y; in h265_metadata_update_sps() local
301 crop_unit_y = 1; in h265_metadata_update_sps()
304 crop_unit_y = 1 + (sps->chroma_format_idc < 2); in h265_metadata_update_sps()
320 CROP(top, crop_unit_y); in h265_metadata_update_sps()
321 CROP(bottom, crop_unit_y); in h265_metadata_update_sps()
H A Dh264_metadata_bsf.c144 int crop_unit_x, crop_unit_y; in h264_metadata_update_sps() local
240 crop_unit_y = 2 - sps->frame_mbs_only_flag; in h264_metadata_update_sps()
243 crop_unit_y = (1 + (sps->chroma_format_idc < 2)) * in h264_metadata_update_sps()
260 CROP(top, crop_unit_y); in h264_metadata_update_sps()
261 CROP(bottom, crop_unit_y); in h264_metadata_update_sps()

Completed in 3 milliseconds