Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c498 struct fixed31_32 overhead_in_kbps; in compute_bpp_x16_from_target_bandwidth() local
502 overhead_in_kbps = compute_dsc_max_bandwidth_overhead( in compute_bpp_x16_from_target_bandwidth()
506 overhead_in_kbps); in compute_bpp_x16_from_target_bandwidth()
997 struct fixed31_32 overhead_in_kbps; in dc_dsc_stream_bandwidth_in_kbps() local
1001 overhead_in_kbps = compute_dsc_max_bandwidth_overhead( in dc_dsc_stream_bandwidth_in_kbps()
1006 actual_bandwidth_in_kbps = dc_fixpt_add(actual_bandwidth_in_kbps, overhead_in_kbps); in dc_dsc_stream_bandwidth_in_kbps()