Home
last modified time | relevance | path

Searched refs:anti_flicker_str (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.h86 RK_S32 anti_flicker_str; member
H A Dmpi_enc_utils.c561 cmd->anti_flicker_str = val; in mpi_enc_opt_atf()
564 cmd->anti_flicker_str = 0; in mpi_enc_opt_atf()
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c148 RK_S32 anti_flicker_str; member
304 p->anti_flicker_str = cmd->anti_flicker_str; in test_ctx_init()
634 mpp_enc_cfg_set_s32(cfg, "tune:anti_flicker_str", p->anti_flicker_str); in test_mpp_enc_cfg_setup()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c102 p->cfg->tune.anti_flicker_str = 2; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1271 RK_S32 anti_flicker_str; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c244 …ENTRY(prefix, s32, rk_s32, anti_flicker_str, FLAG_INCR, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c202 cfg->tune.anti_flicker_str = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510.c1149 reg_frm->rdo_cfg.atf_e = ctx->cfg->tune.anti_flicker_str > 0; in setup_vepu510_rdo_pred()
1954 RK_U32 str = ctx->cfg->tune.anti_flicker_str; in setup_vepu510_anti_flicker()
H A Dhal_h264e_vepu511.c1145 reg_frm->rdo_cfg.atf_e = ctx->cfg->tune.anti_flicker_str > 0; in setup_vepu511_rdo_pred()
1916 RK_U32 str = ctx->cfg->tune.anti_flicker_str; in setup_vepu511_anti_flicker()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c939 RK_S32 atf_str = ctx->cfg->tune.anti_flicker_str; in vepu510_h265_global_cfg_set()