Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h129 RK_S32 stats_time; member
H A Drk_venc_cmd.h321 RK_S32 stats_time; member
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c150 RK_U32 stat_len = fps->fps_out_num * ctx->usr_cfg.stats_time / fps->fps_out_denom; in bits_model_param_init()
336 ctx->ins_bps = mpp_data_sum_v2(ctx->stat_bits) / usr_cfg->stats_time; in bits_model_preset()
396 ctx->ins_bps = mpp_data_sum_v2(ctx->stat_bits) / usr_cfg->stats_time; in bits_model_update()
709 RK_S32 stat_time = usr_cfg->stats_time; in reenc_calc_cbr_ratio()
890 RK_S32 stat_time = usr_cfg->stats_time; in reenc_calc_vbr_ratio()
1191 ctx->usr_cfg.stats_time); in bits_model_init()
1208 RK_U32 stat_len = fps * usr_cfg->stats_time; in update_mode_param()
1300 RK_S32 stat_time = usr_cfg->stats_time; in check_re_enc()
H A Drc_model_v2_smt.c150 RK_S32 stat_len = fps->fps_out_num * ctx->usr_cfg.stats_time / fps->fps_out_denom; in bits_model_smt_init()
1037 RK_S32 stat_time = usr_cfg->stats_time; in check_re_enc_smt()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c789 if (set->stats_time && set->stats_time > 60) { in proc_rc_cfg()
791 set->stats_time); in proc_rc_cfg()
1595 cfg->stats_time = rc->stats_time ? rc->stats_time : 3; in set_rc_cfg()
1596 cfg->stats_time = mpp_clip(cfg->stats_time, 1, 60); in set_rc_cfg()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c90 …ENTRY(prefix, s32, rk_s32, stats_time, FLAG_INCR, rc, st…
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md651 | rc:stats_time | S32 | RK_S32 | 表示瞬时码率统计时间,单位为秒,有效范围为\[1, …