Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c115 p->cfg->tune.bg_delta_qp_p = -10; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1295 RK_S32 bg_delta_qp_p; /* background delta qp for p frame */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c263 …ENTRY(prefix, s32, rk_s32, bg_delta_qp_p, FLAG_PREV, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c207 cfg->tune.bg_delta_qp_p = -10; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c993 set->bg_delta_qp_p = mpp_clip(set->bg_delta_qp_p, -32, 32); in proc_tune_cfg()