Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c433 RK_S32 super_bit_thr = 0x7fffffff; in bits_model_alloc() local
442 super_bit_thr = usr_cfg->super_cfg.super_p_thd; in bits_model_alloc()
456 super_bit_thr = usr_cfg->super_cfg.super_i_thd; in bits_model_alloc()
486 super_bit_thr = usr_cfg->super_cfg.super_i_thd; in bits_model_alloc()
514 if (alloc_bits > super_bit_thr && in bits_model_alloc()
516 alloc_bits = super_bit_thr - (super_bit_thr >> 4); in bits_model_alloc()
517 rc_dbg_rc("alloc bits max then super_bit_thr %d", super_bit_thr); in bits_model_alloc()
520 ctx->cur_super_thd = super_bit_thr; in bits_model_alloc()