Searched refs:RcModelV2Ctx (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_ctx.h | 103 } RcModelV2Ctx; typedef 111 MPP_RET bits_model_init(RcModelV2Ctx *ctx); 112 MPP_RET bits_model_deinit(RcModelV2Ctx *ctx); 114 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits); 115 MPP_RET bits_model_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg); 117 MPP_RET calc_next_i_ratio(RcModelV2Ctx *ctx); 118 MPP_RET check_re_enc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg);
|
| H A D | rc_model_v2.c | 76 MPP_RET bits_model_param_deinit(RcModelV2Ctx *ctx) in bits_model_param_deinit() 136 MPP_RET bits_model_param_init(RcModelV2Ctx *ctx) in bits_model_param_init() 216 void bits_frm_init(RcModelV2Ctx *ctx) in bits_frm_init() 272 RK_S32 moving_judge_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg) in moving_judge_update() 291 void bit_statics_update(RcModelV2Ctx *ctx, RK_U32 real_bit) in bit_statics_update() 304 MPP_RET bits_model_preset(RcModelV2Ctx *ctx, EncRcTaskInfo *info) in bits_model_preset() 361 MPP_RET bits_model_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg) in bits_model_update() 425 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits) in bits_model_alloc() 529 MPP_RET calc_next_i_ratio(RcModelV2Ctx *ctx) in calc_next_i_ratio() 564 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),
|