Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c240 RK_U32 atf_idx = ctx->cfg->tune.vmaf_opt ? 3 : sm_flag; in vepu580_h265e_tune_atf()
390 RK_S32 vmaf_opt = ctx->cfg->tune.vmaf_opt; in vepu580_h265e_tune_reg_patch() local
391 RK_U32 pre_intra_idx = vmaf_opt ? 3 : scene_motion_flag; in vepu580_h265e_tune_reg_patch()
433 reg_rdo->rdo_sqi_cfg.rdo_segment_en = vmaf_opt ? 0 : !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
434 reg_rdo->rdo_sqi_cfg.rdo_smear_en = vmaf_opt ? 0 : !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c111 p->cfg->tune.vmaf_opt = 0; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1280 RK_S32 vmaf_opt; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c253 …ENTRY(prefix, s32, rk_s32, vmaf_opt, FLAG_INCR, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c110 cfg->tune.vmaf_opt = 0; in init_h264e_cfg_set()