Searched refs:BPC_8 (Results 1 – 4 of 4) sorted by relevance
184 …rc->rc_quant_incr_limit0 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == … in calc_rc_params()185 …rc->rc_quant_incr_limit1 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == … in calc_rc_params()222 …rc->flatness_min_qp = ((bpc == BPC_8) ? (3) : ((bpc == BPC_10) ? (7) : (11))) - ((minor_vers… in calc_rc_params()223 …rc->flatness_max_qp = ((bpc == BPC_8) ? (12) : ((bpc == BPC_10) ? (16) : (20))) - ((minor_vers… in calc_rc_params()
64 BPC_8 = 8, enumerator
108 enum bits_per_comp bpc = (pps->bits_per_component == 8) ? BPC_8 : in dscc_compute_dsc_parameters()
142 #define BPC_8 (1 << 5) macro851 BPC_8); in tc_set_video_mode()944 ret = regmap_update_bits(tc->regmap, DP0_MISC, BPC_8, BPC_8); in tc_main_link_enable()