Home
last modified time | relevance | path

Searched refs:RC_CBR (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h39 RC_CBR, enumerator
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c1144 case RC_CBR: { in bits_model_init()
1211 if (ctx->usr_cfg.mode == RC_CBR) { in update_mode_param()
1340 if (usr_cfg->mode == RC_CBR) { in check_re_enc()
1532 if (RC_AVBR == rc_mode || RC_VBR == rc_mode || RC_CBR == rc_mode) { in derive_min_qp_from_complexity()
1542 } else if (RC_CBR != rc_mode) { in derive_min_qp_from_complexity()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1551 cfg->mode = RC_CBR; in set_rc_cfg()