Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c123 p->cfg->tune.max_bg_fqp = 45; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1303 RK_S32 max_bg_fqp; /* max frame qp for background region */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c271 …ENTRY(prefix, s32, rk_s32, max_bg_fqp, FLAG_PREV, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c215 cfg->tune.max_bg_fqp = 45; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c989 set->max_bg_fqp = mpp_clip(set->max_bg_fqp, 1, 51); in proc_tune_cfg()