Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c95 if (ctx->pre_p_bit != NULL) { in bits_model_param_deinit()
96 mpp_data_deinit_v2(ctx->pre_p_bit); in bits_model_param_deinit()
97 ctx->pre_p_bit = NULL; in bits_model_param_deinit()
161 mpp_data_init_v2(&ctx->pre_p_bit, P_WINDOW2_LEN, 0); in bits_model_param_init()
162 if (ctx->pre_p_bit == NULL) { in bits_model_param_init()
281 mpp_data_update_v2(ctx->pre_p_bit, cfg->bit_real); in moving_judge_update()
298 mean_pbits = mpp_data_mean_v2(ctx->pre_p_bit); in bit_statics_update()
926 pbit_sum = mpp_data_sum_v2(ctx->pre_p_bit); in moving_ratio_calc()
H A Drc_ctx.h49 MppDataV2 *pre_p_bit; member
H A Drc_model_v2_smt.c58 MppDataV2 *pre_p_bit; member
222 if (ctx->pre_p_bit != NULL) { in bits_model_smt_deinit()
223 mpp_data_deinit_v2(ctx->pre_p_bit); in bits_model_smt_deinit()
224 ctx->pre_p_bit = NULL; in bits_model_smt_deinit()