Searched refs:i_scale (Results 1 – 2 of 2) sorted by relevance
250 ctx->i_scale = ctx->usr_cfg.init_ip_ratio; 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()258 mpp_data_reset_v2(ctx->i_bit, p_bit * ctx->i_scale / 16); in bits_frm_init()259 ctx->i_sumbits = 2 * p_bit * ctx->i_scale / 16; in bits_frm_init()261 ctx->i_refresh_scale = ctx->i_scale / usr_cfg->refresh_len + ctx->p_scale; in bits_frm_init()271 ctx->i_scale = 320; in bits_frm_init()278 …p_bit = ctx->gop_total_bits * 16 / (ctx->i_scale + ctx->vi_scale * vi_num + ctx->p_scale * (gop_le… in bits_frm_init()282 mpp_data_reset_v2(ctx->i_bit, p_bit * ctx->i_scale / 16); in bits_frm_init()283 ctx->i_sumbits = 2 * p_bit * ctx->i_scale / 16; in bits_frm_init()350 ctx->i_scale = 80 * ctx->i_sumbits / (2 * ctx->p_sumbits); in bits_model_preset()[all …]
34 RK_U32 i_scale; member