Searched refs:p_bit (Results 1 – 2 of 2) sorted by relevance
86 if (ctx->p_bit != NULL) { in bits_model_param_deinit()87 mpp_data_deinit_v2(ctx->p_bit); in bits_model_param_deinit()88 ctx->p_bit = NULL; in bits_model_param_deinit()165 mpp_data_init_v2(&ctx->p_bit, P_WINDOW1_LEN, 0); in bits_model_param_init()166 if (ctx->p_bit == NULL) { in bits_model_param_init()243 RK_U32 p_bit = 0; in bits_frm_init() local253 p_bit = ctx->gop_total_bits * 16; in bits_frm_init()255 p_bit = ctx->gop_total_bits * 16 / (ctx->i_scale + ctx->p_scale * (gop_len - 1)); in bits_frm_init()256 mpp_data_reset_v2(ctx->p_bit, p_bit); in bits_frm_init()257 ctx->p_sumbits = 5 * p_bit; in bits_frm_init()[all …]
44 MppDataV2 *p_bit; member