Searched refs:bit_max (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | vp8e_rc.c | 65 RK_S32 bit_max = info->bit_max; in rc_model_v2_vp8_hal_start() local 145 bit_min, bit_target, bit_max, in rc_model_v2_vp8_hal_start() 146 info->bit_min, info->bit_target, info->bit_max); in rc_model_v2_vp8_hal_start()
|
| H A D | rc_model_v2_smt.c | 612 info->bit_max = (bits_lower + bits_upper) / 2; in smt_start_prepare() 613 if (info->bit_max < 100) in smt_start_prepare() 614 info->bit_max = 100; in smt_start_prepare() 622 p->bits_tgt_lower, p->bits_tgt_upper, info->bit_max, p->qp_out); in smt_start_prepare() 976 p->qp_out = derive_iframe_qp_by_bitrate(p, info->bit_max); in rc_model_v2_smt_start() 1067 bit_thr = 3 * cfg->bit_max / 2; in check_re_enc_smt() 1070 bit_thr = 3 * cfg->bit_max; in check_re_enc_smt()
|
| H A D | rc_model_v2.c | 1424 rc_dbg_rc("bitrate [%d : %d : %d]\n", info->bit_min, info->bit_target, info->bit_max); in rc_model_v2_start() 1467 rc_dbg_rc("bitrate [%d : %d : %d]\n", info->bit_min, info->bit_target, info->bit_max); in rc_model_v2_start() 1573 RK_S32 bit_max = info->bit_max; in rc_model_v2_hal_start() local 1715 bit_min, bit_target, bit_max, in rc_model_v2_hal_start() 1716 info->bit_min, info->bit_target, info->bit_max); in rc_model_v2_hal_start()
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_rc.h | 103 RK_U32 bit_max; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 188 RK_S32 bit_max; member
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 2177 hal_rc->bit_max = bak.bit_max; in mpp_enc_clr_rc_cb_info()
|