Home
last modified time | relevance | path

Searched refs:crop_right (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/media/platform/coda/
Dcoda-h264.c258 unsigned int crop_right, crop_bottom; in coda_h264_sps_fixup() local
372 ret = rbsp_read_uev(&sps, &crop_right); in coda_h264_sps_fixup()
392 crop_right = round_up(width, 16) - width; in coda_h264_sps_fixup()
394 crop_right /= 2; in coda_h264_sps_fixup()
410 ret = rbsp_write_uev(&sps, crop_right); in coda_h264_sps_fixup()
Dcoda-bit.c647 u32 crop_right = round_up(r->width, 16) - r->width; in coda_encode_header() local
650 coda_write(dev, crop_right, in coda_encode_header()
/Linux-v5.4/drivers/staging/media/allegro-dvt/
Dnal-h264.h137 unsigned int crop_right; member
Dnal-h264.c669 rbsp_uev(rbsp, &sps->crop_right); in nal_h264_rbsp_sps()
Dallegro-core.c1346 sps->crop_right = (round_up(channel->width, size_mb) - channel->width) / crop_unit_x; in allegro_h264_write_sps()