Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c465 if (usr_cfg->super_cfg.super_mode) { in bits_model_alloc()
466 super_bit_thr = usr_cfg->super_cfg.super_p_thd; in bits_model_alloc()
479 if (usr_cfg->super_cfg.super_mode) { in bits_model_alloc()
480 super_bit_thr = usr_cfg->super_cfg.super_i_thd; in bits_model_alloc()
509 if (usr_cfg->super_cfg.super_mode) { in bits_model_alloc()
510 super_bit_thr = usr_cfg->super_cfg.super_i_thd; in bits_model_alloc()
539 (usr_cfg->super_cfg.rc_priority == MPP_ENC_RC_BY_FRM_SIZE_FIRST)) { in bits_model_alloc()
724 usr_cfg->super_cfg.rc_priority == MPP_ENC_RC_BY_FRM_SIZE_FIRST) { in reenc_calc_cbr_ratio()
904 usr_cfg->super_cfg.rc_priority == MPP_ENC_RC_BY_FRM_SIZE_FIRST) { in reenc_calc_vbr_ratio()
1276 if (usr_cfg->super_cfg.super_mode) { in check_super_frame()
[all …]
H A Drc_model_v2_smt.c1014 if (usr_cfg->super_cfg.super_mode) { in check_super_frame_smt()
1015 bits_thr = usr_cfg->super_cfg.super_p_thd; in check_super_frame_smt()
1017 bits_thr = usr_cfg->super_cfg.super_i_thd; in check_super_frame_smt()
1020 if (usr_cfg->super_cfg.super_mode == MPP_ENC_RC_SUPER_FRM_DROP) { in check_super_frame_smt()
1130 RK_S32 bits_thr = usr_cfg->super_cfg.super_p_thd; in rc_model_v2_smt_check_reenc()
1132 bits_thr = usr_cfg->super_cfg.super_i_thd; in rc_model_v2_smt_check_reenc()
/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h173 RcSuperframeCfg super_cfg; member
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1643 cfg->super_cfg.rc_priority = rc->rc_priority; in set_rc_cfg()
1644 cfg->super_cfg.super_mode = rc->super_mode; in set_rc_cfg()
1645 cfg->super_cfg.super_i_thd = rc->super_i_thd; in set_rc_cfg()
1646 cfg->super_cfg.super_p_thd = rc->super_p_thd; in set_rc_cfg()