Home
last modified time | relevance | path

Searched refs:pre_i_mean_qp (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h52 MppDataV2 *pre_i_mean_qp; member
H A Drc_model_v2.c106 if (ctx->pre_i_mean_qp != NULL) { in bits_model_param_deinit()
107 mpp_data_deinit_v2(ctx->pre_i_mean_qp); in bits_model_param_deinit()
108 ctx->pre_i_mean_qp = NULL; in bits_model_param_deinit()
183 mpp_data_init_v2(&ctx->pre_i_mean_qp, I_WINDOW_LEN, -1); in bits_model_param_init()
184 if (ctx->pre_i_mean_qp == NULL) { in bits_model_param_init()
300 mpp_data_update_v2(ctx->pre_i_mean_qp, cfg->quality_real); in moving_judge_update()
944 RK_S32 pre_mean_qp = mpp_data_get_pre_val_v2(ctx->pre_i_mean_qp, i); in moving_ratio_calc()