Searched refs:RcCfg (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 218 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_frm_init() 294 RcCfg *usr_cfg = &ctx->usr_cfg; in bit_statics_update() 306 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_model_preset() 363 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_model_update() 427 RcCfg *usr_cfg = &ctx->usr_cfg; in bits_model_alloc() 531 RcCfg *usr_cfg = &ctx->usr_cfg; in calc_next_i_ratio() 673 RcCfg *usr_cfg = &p->usr_cfg; in reenc_calc_cbr_ratio() 793 RcCfg *usr_cfg = &p->usr_cfg; in calc_vbr_ratio() 854 RcCfg *usr_cfg = &p->usr_cfg; in reenc_calc_vbr_ratio() 964 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.cpp | 35 RcCfg cfg; 115 MPP_RET rc_update_usr_cfg(RcCtx ctx, RcCfg *cfg) in rc_update_usr_cfg()
|
| H A D | rc_model_v2_smt.c | 43 RcCfg usr_cfg; 606 MPP_RET rc_model_v2_smt_h265_init(void *ctx, RcCfg *cfg) in rc_model_v2_smt_h265_init() 613 memcpy(&p->usr_cfg, cfg, sizeof(RcCfg)); in rc_model_v2_smt_h265_init() 620 MPP_RET rc_model_v2_smt_h264_init(void *ctx, RcCfg *cfg) in rc_model_v2_smt_h264_init() 627 memcpy(&p->usr_cfg, cfg, sizeof(RcCfg)); in rc_model_v2_smt_h264_init() 994 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()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_rc_api.h | 183 } RcCfg; typedef 193 MPP_RET (*init)(void *ctx, RcCfg *cfg);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_rc_api.h | 183 } RcCfg; typedef 193 MPP_RET (*init)(void *ctx, RcCfg *cfg);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | rc.h | 69 MPP_RET rc_update_usr_cfg(RcCtx ctx, RcCfg *cfg);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 1172 static void set_rc_cfg(RcCfg *cfg, MppEncCfgSet *cfg_set) in set_rc_cfg() 1328 RcCfg usr_cfg; in mpp_enc_proc_rc_update()
|