Searched defs:dc_dsc_rc_params_override (Results 1 – 1 of 1) sorted by relevance
839 struct dc_dsc_rc_params_override { struct840 int32_t rc_model_size;841 int32_t rc_buf_thresh[DC_DSC_RC_BUF_THRESH_SIZE];842 int32_t rc_minqp[DC_DSC_QP_SET_SIZE];843 int32_t rc_maxqp[DC_DSC_QP_SET_SIZE];844 int32_t rc_offset[DC_DSC_QP_SET_SIZE];846 int32_t rc_tgt_offset_hi;847 int32_t rc_tgt_offset_lo;848 int32_t rc_edge_factor;872 …const struct dc_dsc_rc_params_override *rc_params_ovrd; /* DM owned memory. If not NULL, apply cus… argument