Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c122 p->cfg->tune.min_bg_fqp = 30; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1302 RK_S32 min_bg_fqp; /* min frame qp for background region */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c270 …ENTRY(prefix, s32, rk_s32, min_bg_fqp, FLAG_PREV, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c214 cfg->tune.min_bg_fqp = 30; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c988 set->min_bg_fqp = mpp_clip(set->min_bg_fqp, 1, 51); in proc_tune_cfg()