Searched refs:nfps (Results 1 – 1 of 1) sorted by relevance
147 RK_S32 nfps = fps->fps_out_num / fps->fps_out_denom; in bits_model_smt_init() local148 RK_S32 win_len = mpp_clip(MPP_MAX3(gop_len, nfps, 10), 1, nfps); in bits_model_smt_init()227 bits_lower_p = ave_bits_lower - bits_lower_i / (nfps - 1); in bits_model_smt_init()228 bits_upper_p = ave_bits_uppper - bits_upper_i / (nfps - 1); in bits_model_smt_init()229 ctx->fixed_i_pred_bit = (ctx->usr_cfg.bps_max / nfps * 8) / 8; in bits_model_smt_init()230 … ctx->fixed_p_pred_bit = ((ctx->usr_cfg.bps_max * g / nfps - ctx->fixed_i_pred_bit) / (g - 1)) / 8; in bits_model_smt_init()617 RK_S32 nfps = fps_out < 15 ? 4 * fps_out : (fps_out < 25 ? 3 * fps_out : 2 * fps_out); in smt_start_prepare() local618 mpp_data_init(&p->qp_p, mpp_clip(MPP_MAX(p->igop, nfps), 20, 50)); in smt_start_prepare()