Searched refs:bpp_step_x16 (Results 1 – 3 of 3) sorted by relevance
37 int min_bpp_x16, int max_bpp_x16, int bpp_step_x16, bool dsc);
236 int min_bpp_x16, int max_bpp_x16, int bpp_step_x16, bool dsc) in intel_dp_mtp_tu_compute_config() argument253 fxp_q4_to_frac(bpp_step_x16))); in intel_dp_mtp_tu_compute_config()290 for (bpp_x16 = max_bpp_x16; bpp_x16 >= min_bpp_x16; bpp_x16 -= bpp_step_x16) { in intel_dp_mtp_tu_compute_config()382 if (!bpp_step_x16) in intel_dp_mtp_tu_compute_config()
2154 int min_bpp_x16, max_bpp_x16, bpp_step_x16; in dsc_compute_compressed_bpp() local2171 bpp_step_x16 = intel_dp_dsc_bpp_step_x16(connector); in dsc_compute_compressed_bpp()2175 max_bpp_x16 = min(max_bpp_x16, fxp_q4_from_int(output_bpp) - bpp_step_x16); in dsc_compute_compressed_bpp()2177 for (bpp_x16 = max_bpp_x16; bpp_x16 >= min_bpp_x16; bpp_x16 -= bpp_step_x16) { in dsc_compute_compressed_bpp()