Searched refs:pre_p_bit (Results 1 – 3 of 3) sorted by relevance
95 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()
49 MppDataV2 *pre_p_bit; member
58 MppDataV2 *pre_p_bit; member222 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()