Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c480 static RK_S32 cal_smt_first_i_start_qp(RK_S32 target_bit, RK_U32 total_mb) in cal_smt_first_i_start_qp() argument
487 if (mb_num[i] > total_mb) in cal_smt_first_i_start_qp()
492 index = (total_mb * tab_bit[cnt] - 350) / target_bit; // qscale in cal_smt_first_i_start_qp()
H A Drc_model_v2.c1478 static RK_S32 cal_first_i_start_qp(RK_S32 target_bit, RK_U32 total_mb) in cal_first_i_start_qp() argument
1508 if (mb_num[i] > total_mb) in cal_first_i_start_qp()
1513 index = (total_mb * tab_bit[cnt] - 350) / target_bit; // qscale in cal_first_i_start_qp()