Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h170 RK_U32 drop_thd; member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md630 | rc:drop_thd | U32 | RK_U32 | 表示丢帧阈值控制变量,默认值为20。丢帧阈值计算公式…
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c69 …ENTRY(prefix, u32, rk_u32, drop_thd, FLAG_PREV, rc, dr…
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c1059 bit_thr = (RK_S32)(usr_cfg->bps_max * (100 + usr_cfg->drop_thd) / (float)100); in check_re_enc_smt()
H A Drc_model_v2.c1322 bit_thr = (RK_S32)(usr_cfg->bps_max * (100 + usr_cfg->drop_thd) / (float)100); in check_re_enc()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1640 cfg->drop_thd = rc->drop_threshold; in set_rc_cfg()