Home
last modified time | relevance | path

Searched refs:crop_unit_x (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
300 crop_unit_x = 1; in h265_metadata_update_sps()
303 crop_unit_x = 1 + (sps->chroma_format_idc < 3); in h265_metadata_update_sps()
318 CROP(left, crop_unit_x); in h265_metadata_update_sps()
319 CROP(right, crop_unit_x); in h265_metadata_update_sps()
H A Dh264_metadata_bsf.c144 int crop_unit_x, crop_unit_y; in h264_metadata_update_sps() local
239 crop_unit_x = 1; in h264_metadata_update_sps()
242 crop_unit_x = 1 + (sps->chroma_format_idc < 3); in h264_metadata_update_sps()
258 CROP(left, crop_unit_x); in h264_metadata_update_sps()
259 CROP(right, crop_unit_x); in h264_metadata_update_sps()

Completed in 3 milliseconds