Searched refs:dsc_hact_end (Results 1 – 1 of 1) sorted by relevance
4611 u16 dsc_hsync, dsc_htotal, dsc_hact_st, dsc_hact_end; in vop2_dsc_enable() local4681 dsc_hact_end = (hdisplay / k * target_bpp >> 4) / 24 + dsc_hact_st; in vop2_dsc_enable()4682 val = dsc_hact_end << 16 | dsc_hact_st; in vop2_dsc_enable()