Searched refs:crop_bottom (Results 1 – 5 of 5) sorted by relevance
258 unsigned int crop_right, crop_bottom; in coda_h264_sps_fixup() local378 ret = rbsp_read_uev(&sps, &crop_bottom); in coda_h264_sps_fixup()393 crop_bottom = round_up(height, 16) - height; in coda_h264_sps_fixup()396 crop_bottom /= 2; in coda_h264_sps_fixup()398 crop_bottom /= 4; in coda_h264_sps_fixup()416 ret = rbsp_write_uev(&sps, crop_bottom); in coda_h264_sps_fixup()
648 u32 crop_bottom = round_up(r->height, 16) - r->height; in coda_encode_header() local652 coda_write(dev, crop_bottom, in coda_encode_header()
139 unsigned int crop_bottom; member
671 rbsp_uev(rbsp, &sps->crop_bottom); in nal_h264_rbsp_sps()
1348 sps->crop_bottom = (round_up(channel->height, size_mb) - channel->height) / crop_unit_y; in allegro_h264_write_sps()