Home
last modified time | relevance | path

Searched refs:mpp_data_update_v2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/test/
H A Drc_base_test.c44 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()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c276 mpp_data_update_v2(ctx->pre_i_bit, cfg->bit_real); in moving_judge_update()
277 mpp_data_update_v2(ctx->pre_i_mean_qp, cfg->quality_real); in moving_judge_update()
281 mpp_data_update_v2(ctx->pre_p_bit, cfg->bit_real); in moving_judge_update()
282 mpp_data_update_v2(ctx->madp, cfg->madp); in moving_judge_update()
297 mpp_data_update_v2(ctx->gop_bits, real_bit); in bit_statics_update()
349 mpp_data_update_v2(ctx->i_refresh_bit, preset_bit); in bits_model_preset()
350 mpp_data_update_v2(ctx->madi, info->madi); in bits_model_preset()
370 mpp_data_update_v2(ctx->stat_rate, real_bit != 0); in bits_model_update()
371 mpp_data_update_v2(ctx->stat_bits, real_bit); in bits_model_update()
386 mpp_data_update_v2(ctx->i_bit, real_bit); in bits_model_update()
[all …]
H A Drc_base.h59 void mpp_data_update_v2(MppDataV2 *p, RK_S32 val);
H A Drc_base.cpp109 void mpp_data_update_v2(MppDataV2 *p, RK_S32 val) in mpp_data_update_v2() function