Home
last modified time | relevance | path

Searched refs:max_i_delta_qp (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c35 static const RK_S32 max_i_delta_qp[51] = { variable
578 if (ratio > max_i_delta_qp[pre_qp]) in calc_next_i_ratio()
579 ratio = max_i_delta_qp[pre_qp]; in calc_next_i_ratio()