Home
last modified time | relevance | path

Searched refs:atl_str (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.h90 RK_S32 atl_str; member
H A Dmpi_enc_utils.c580 cmd->atl_str = atoi(next); in mpi_enc_opt_atl()
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c151 RK_S32 atl_str; member
307 p->atl_str = cmd->atl_str; in test_ctx_init()
638 mpp_enc_cfg_set_s32(cfg, "tune:atl_str", p->atl_str); in test_mpp_enc_cfg_setup()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c105 p->cfg->tune.atl_str = 1; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1276 RK_S32 atl_str; /* anti_stripe */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c249 …ENTRY(prefix, s32, rk_s32, atl_str, FLAG_INCR, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c199 cfg->tune.atl_str = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c930 if (set->atl_str < 0 || set->atl_str > 3) { in proc_tune_cfg()
932 mpp_loge("restore anti line strength %d\n", cfg->atl_str); in proc_tune_cfg()
933 set->atl_str = cfg->atl_str; in proc_tune_cfg()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510.c1851 RK_S32 str = ctx->cfg->tune.atl_str; in setup_vepu510_anti_stripe()
H A Dhal_h264e_vepu511.c1813 RK_S32 str = ctx->cfg->tune.atl_str; in setup_vepu511_anti_stripe()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c755 vepu510_h265_set_anti_stripe_regs(reg, ctx->cfg->tune.atl_str); in vepu510_h265_rdo_cfg()
H A Dhal_h265e_vepu511.c1690 pre_i32->cst_wgt3.anti_strp_e = !!ctx->cfg->tune.atl_str; in vepu511_h265_set_anti_stripe_regs()