Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h69 RK_U32 min_still_percent; member
H A Drc_model_v2.c972 rc_dbg_rc("means qp percent %d min_still_percent %d", percent, ctx->min_still_percent); in moving_ratio_calc()
973 RK_S32 percent_a = (ctx->min_still_percent - 30) << 8; in moving_ratio_calc()
974 RK_S32 percent_b = 100 - ctx->min_still_percent; in moving_ratio_calc()
1158 ctx->min_still_percent = (RK_S64)usr_cfg->bps_min * 100 / usr_cfg->bps_max; in bits_model_init()
1160 ctx->min_still_percent = 25; in bits_model_init()
1162 rc_dbg_rc("min_still_percent %d", ctx->min_still_percent); in bits_model_init()