Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c228 ctx->p_scale = 16; in bits_frm_init()
232 p_bit = ctx->gop_total_bits * 16 / (ctx->i_scale + ctx->p_scale * (gop_len - 1)); in bits_frm_init()
238 ctx->i_refresh_scale = ctx->i_scale / usr_cfg->refresh_len + ctx->p_scale; in bits_frm_init()
240 … + ctx->p_scale * (gop_len - usr_cfg->refresh_len)); in bits_frm_init()
249 ctx->p_scale = 16; in bits_frm_init()
255 …p_bit = ctx->gop_total_bits * 16 / (ctx->i_scale + ctx->vi_scale * vi_num + ctx->p_scale * (gop_le… in bits_frm_init()
339 ctx->p_scale = 16; in bits_model_preset()
401 ctx->p_scale = 16; in bits_model_update()
H A Drc_ctx.h47 RK_U32 p_scale; member
H A Drc_model_v2_smt.c57 RK_U32 p_scale; member