Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_ctx.h64 RK_U32 min_still_percent; member
H A Drc_model_v2.c937 rc_dbg_rc("means qp percent %d min_still_percent %d", percent, ctx->min_still_percent); in moving_ratio_calc()
938 RK_S32 percent_a = (ctx->min_still_percent - 30) << 8; in moving_ratio_calc()
939 RK_S32 percent_b = 100 - ctx->min_still_percent; in moving_ratio_calc()
1119 ctx->min_still_percent = (RK_S64)usr_cfg->bps_min * 100 / usr_cfg->bps_max; in bits_model_init()
1121 ctx->min_still_percent = 25; in bits_model_init()
1123 rc_dbg_rc("min_still_percent %d", ctx->min_still_percent); in bits_model_init()