Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c53 RK_S64 count_real_bit; member
267 ctx->count_real_bit = ctx->count_real_bit + real_bit / 8; in bits_model_update_smt()
274 if (ctx->count_real_bit > 72057594037927935 || ctx->count_pred_bit > 72057594037927935) { in bits_model_update_smt()
275 ctx->count_real_bit = 0; in bits_model_update_smt()
856 if (p->count_real_bit < p->count_pred_bit * rc_ctnr_br_thd1[cnt] / 100) { in derive_pframe_qp_by_bitrate()
862 } else if (p->count_real_bit < p->count_pred_bit * rc_ctnr_br_thd2[cnt] / 100) { in derive_pframe_qp_by_bitrate()
967 p->count_real_bit = 0; in rc_model_v2_smt_start()