Searched refs:RcCfg (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 241 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_frm_init() 317 RcCfg *usr_cfg = &ctx->usr_cfg; in bit_statics_update() 329 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_model_preset() 386 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_model_update() 450 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_model_alloc() 559 RcCfg *usr_cfg = &ctx->usr_cfg; in calc_next_i_ratio() 708 RcCfg *usr_cfg = &p->usr_cfg; in reenc_calc_cbr_ratio() 828 RcCfg *usr_cfg = &p->usr_cfg; in calc_vbr_ratio() 889 RcCfg *usr_cfg = &p->usr_cfg; in reenc_calc_vbr_ratio() 999 RcCfg *usr_cfg = &p->usr_cfg; in calc_avbr_ratio() [all …]
|
| H A D | rc_model_v2.h | 25 MPP_RET rc_model_v2_init(void *ctx, RcCfg *cfg);
|
| H A D | rc.c | 24 RcCfg cfg; 105 MPP_RET rc_update_usr_cfg(RcCtx ctx, RcCfg *cfg) in rc_update_usr_cfg()
|
| H A D | rc_model_v2_smt.c | 35 RcCfg usr_cfg; 318 MPP_RET rc_model_v2_smt_h265_init(void *ctx, RcCfg *cfg) in rc_model_v2_smt_h265_init() 324 memcpy(&p->usr_cfg, cfg, sizeof(RcCfg)); in rc_model_v2_smt_h265_init() 331 MPP_RET rc_model_v2_smt_h264_init(void *ctx, RcCfg *cfg) in rc_model_v2_smt_h264_init() 337 memcpy(&p->usr_cfg, cfg, sizeof(RcCfg)); in rc_model_v2_smt_h264_init() 1011 RcCfg *usr_cfg = &ctx->usr_cfg; in check_super_frame_smt() 1034 RcCfg *usr_cfg = &ctx->usr_cfg; in check_re_enc_smt() 1091 RcCfg *usr_cfg = &p->usr_cfg; in rc_model_v2_smt_check_reenc()
|
| H A D | rc_ctx.h | 23 RcCfg usr_cfg;
|
| H A D | vp8e_rc.c | 61 RcCfg *usr_cfg = &p->usr_cfg; in rc_model_v2_vp8_hal_start()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_api.h | 181 } RcCfg; typedef 191 MPP_RET (*init)(void *ctx, RcCfg *cfg);
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | rc.h | 58 MPP_RET rc_update_usr_cfg(RcCtx ctx, RcCfg *cfg);
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1538 static void set_rc_cfg(RcCfg *cfg, MppEncCfgSet *cfg_set) in set_rc_cfg() 1707 RcCfg usr_cfg; in mpp_enc_proc_rc_update()
|