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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dsc/
H A Ddc_dsc.c577 struct fixed31_32 effective_bandwidth_in_kbps; local
582 effective_bandwidth_in_kbps = dc_fixpt_from_int(bandwidth_in_kbps);
583 effective_bandwidth_in_kbps = dc_fixpt_sub_int(effective_bandwidth_in_kbps,
585 bpp_x16 = dc_fixpt_mul_int(effective_bandwidth_in_kbps, 10);

Completed in 67 milliseconds