Searched refs:RcModelV2Ctx (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_ctx.h | 113 } RcModelV2Ctx; typedef 121 MPP_RET bits_model_init(RcModelV2Ctx *ctx); 122 MPP_RET bits_model_deinit(RcModelV2Ctx *ctx); 124 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits); 125 MPP_RET bits_model_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg); 127 MPP_RET calc_next_i_ratio(RcModelV2Ctx *ctx); 128 MPP_RET check_re_enc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg);
|
| H A D | rc_model_v2.c | 77 MPP_RET bits_model_param_deinit(RcModelV2Ctx *ctx) in bits_model_param_deinit() 145 MPP_RET bits_model_param_init(RcModelV2Ctx *ctx) in bits_model_param_init() 239 void bits_frm_init(RcModelV2Ctx *ctx) in bits_frm_init() 295 RK_S32 moving_judge_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg) in moving_judge_update() 314 void bit_statics_update(RcModelV2Ctx *ctx, RK_U32 real_bit) in bit_statics_update() 327 MPP_RET bits_model_preset(RcModelV2Ctx *ctx, EncRcTaskInfo *info) in bits_model_preset() 384 MPP_RET bits_model_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg) in bits_model_update() 448 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits) in bits_model_alloc() 557 MPP_RET calc_next_i_ratio(RcModelV2Ctx *ctx) in calc_next_i_ratio() 592 MPP_RET calc_debreath_qp(RcModelV2Ctx *ctx) in calc_debreath_qp() [all …]
|
| H A D | vp8e_rc.c | 57 RcModelV2Ctx *p = (RcModelV2Ctx *)ctx; in rc_model_v2_vp8_hal_start() 158 sizeof(RcModelV2Ctx),
|
| H A D | jpege_rc.c | 33 sizeof(RcModelV2Ctx),
|
| H A D | h264e_rc.c | 33 sizeof(RcModelV2Ctx),
|
| H A D | h265e_rc.c | 33 sizeof(RcModelV2Ctx),
|