fix[mpp]: Add atf set, atf value 0~3

Signed-off-by: toby.zhang <toby.zhang@rock-chips.com>
Change-Id: I5c92e73b4e79d63871290f84460a882d5741d35c
This commit is contained in:
toby.zhang
2025-04-04 21:09:19 +08:00
committed by Herman Chen
parent cea5507d3f
commit 1981815f77
2 changed files with 12 additions and 1 deletions

View File

@@ -617,6 +617,7 @@ MPP_RET test_mpp_enc_cfg_setup(MpiEncMultiCtxInfo *info)
/* setup fine tuning paramters */
mpp_enc_cfg_set_s32(cfg, "tune:anti_flicker_str", p->anti_flicker_str);
mpp_enc_cfg_set_s32(cfg, "tune:atf_str", cmd->atf_str);
mpp_enc_cfg_set_s32(cfg, "tune:atr_str_i", p->atr_str_i);
mpp_enc_cfg_set_s32(cfg, "tune:atr_str_p", p->atr_str_p);
mpp_enc_cfg_set_s32(cfg, "tune:atl_str", p->atl_str);