Searched refs:mpp_data_update_v2 (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/test/ |
| H A D | rc_base_test.c | 44 mpp_data_update_v2(data_2, val); in main() 45 mpp_data_update_v2(data_5, val); in main() 46 mpp_data_update_v2(data_8, val); in main() 47 mpp_data_update_v2(data_30, val); in main()
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 299 mpp_data_update_v2(ctx->pre_i_bit, cfg->bit_real); in moving_judge_update() 300 mpp_data_update_v2(ctx->pre_i_mean_qp, cfg->quality_real); in moving_judge_update() 304 mpp_data_update_v2(ctx->pre_p_bit, cfg->bit_real); in moving_judge_update() 305 mpp_data_update_v2(ctx->madp, cfg->madp); in moving_judge_update() 320 mpp_data_update_v2(ctx->gop_bits, real_bit); in bit_statics_update() 372 mpp_data_update_v2(ctx->i_refresh_bit, preset_bit); in bits_model_preset() 373 mpp_data_update_v2(ctx->madi, info->madi); in bits_model_preset() 393 mpp_data_update_v2(ctx->stat_rate, real_bit != 0); in bits_model_update() 394 mpp_data_update_v2(ctx->stat_bits, real_bit); in bits_model_update() 409 mpp_data_update_v2(ctx->i_bit, real_bit); in bits_model_update() [all …]
|
| H A D | rc_base.h | 48 void mpp_data_update_v2(MppDataV2 *p, RK_S32 val);
|
| H A D | rc_model_v2_smt.c | 263 mpp_data_update_v2(ctx->stat_bits, real_bit); in bits_model_update_smt() 289 mpp_data_update_v2(ctx->pid_lower_p, real_bit - ctx->bits_tgt_lower); in bits_model_update_smt() 290 mpp_data_update_v2(ctx->pid_upper_p, real_bit - ctx->bits_tgt_upper); in bits_model_update_smt() 1162 mpp_data_update_v2(p->rt_bits, bit_real); in rc_model_v2_smt_end() 1167 mpp_data_update_v2(p->motion_level, cfg->motion_level); in rc_model_v2_smt_end() 1168 mpp_data_update_v2(p->complex_level, cfg->complex_level); in rc_model_v2_smt_end()
|
| H A D | rc_base.c | 101 void mpp_data_update_v2(MppDataV2 *p, RK_S32 val) in mpp_data_update_v2() function
|