Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c117 p->cfg->tune.fg_delta_qp_p = 1; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1297 RK_S32 fg_delta_qp_p; /* foreground delta qp for p frame */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c265 …ENTRY(prefix, s32, rk_s32, fg_delta_qp_p, FLAG_PREV, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c209 cfg->tune.fg_delta_qp_p = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c995 set->fg_delta_qp_p = mpp_clip(set->fg_delta_qp_p, -32, 32); in proc_tune_cfg()