Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_ctx.h49 MppDataV2 *pre_p_bit; member
H A Drc_model_v2.c96 if (ctx->pre_p_bit != NULL) { in bits_model_param_deinit()
97 mpp_data_deinit_v2(ctx->pre_p_bit); in bits_model_param_deinit()
98 ctx->pre_p_bit = NULL; in bits_model_param_deinit()
171 mpp_data_init_v2(&ctx->pre_p_bit, P_WINDOW2_LEN, 0); in bits_model_param_init()
172 if (ctx->pre_p_bit == NULL) { in bits_model_param_init()
304 mpp_data_update_v2(ctx->pre_p_bit, cfg->bit_real); in moving_judge_update()
321 mean_pbits = mpp_data_mean_v2(ctx->pre_p_bit); in bit_statics_update()
961 pbit_sum = mpp_data_sum_v2(ctx->pre_p_bit); in moving_ratio_calc()