Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h50 MppDataV2 *pre_i_bit; member
H A Drc_model_v2.c101 if (ctx->pre_i_bit != NULL) { in bits_model_param_deinit()
102 mpp_data_deinit_v2(ctx->pre_i_bit); in bits_model_param_deinit()
103 ctx->pre_i_bit = NULL; in bits_model_param_deinit()
177 mpp_data_init_v2(&ctx->pre_i_bit, I_WINDOW_LEN, 0); in bits_model_param_init()
178 if (ctx->pre_i_bit == NULL) { in bits_model_param_init()
299 mpp_data_update_v2(ctx->pre_i_bit, cfg->bit_real); in moving_judge_update()
322 mean_ibits = mpp_data_mean_v2(ctx->pre_i_bit); in bit_statics_update()
943 RK_S32 pre_I_bit = mpp_data_get_pre_val_v2(ctx->pre_i_bit, i); in moving_ratio_calc()