Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2.c456 RK_S32 super_bit_thr = 0x7fffffff; in bits_model_alloc() local
466 super_bit_thr = usr_cfg->super_cfg.super_p_thd; in bits_model_alloc()
480 super_bit_thr = usr_cfg->super_cfg.super_i_thd; in bits_model_alloc()
510 super_bit_thr = usr_cfg->super_cfg.super_i_thd; in bits_model_alloc()
538 if (alloc_bits > super_bit_thr && in bits_model_alloc()
540 alloc_bits = super_bit_thr - (super_bit_thr >> 4); in bits_model_alloc()
541 rc_dbg_rc("alloc bits max then super_bit_thr %d", super_bit_thr); in bits_model_alloc()
544 ctx->cur_super_thd = super_bit_thr; in bits_model_alloc()