Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c1195 RK_S32 bit_thr = 0; in check_re_enc() local
1218 bit_thr = (RK_S32)(usr_cfg->bps_max * (100 + usr_cfg->drop_thd) / (float)100); in check_re_enc()
1220 usr_cfg->drop_mode, usr_cfg->bps_target, bit_thr, ins_bps); in check_re_enc()
1221 return (ins_bps > bit_thr) ? MPP_NOK : MPP_OK; in check_re_enc()
1226 bit_thr = 3 * cfg->bit_target / 2; in check_re_enc()
1229 bit_thr = 3 * cfg->bit_target; in check_re_enc()
1235 if (cfg->bit_real > bit_thr) { in check_re_enc()