Home
last modified time | relevance | path

Searched refs:atr_str_p (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.h89 RK_S32 atr_str_p; member
H A Dmpi_enc_utils.c606 cmd->atr_str_p = atoi(next); in mpi_enc_opt_atr_p()
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c150 RK_S32 atr_str_p; member
306 p->atr_str_p = cmd->atr_str_p; in test_ctx_init()
637 mpp_enc_cfg_set_s32(cfg, "tune:atr_str_p", p->atr_str_p); in test_mpp_enc_cfg_setup()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c104 p->cfg->tune.atr_str_p = 0; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1275 RK_S32 atr_str_p; /* line_en */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c248 …ENTRY(prefix, s32, rk_s32, atr_str_p, FLAG_INCR, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c201 cfg->tune.atr_str_p = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c924 if (set->atr_str_p < 0 || set->atr_str_p > 3) { in proc_tune_cfg()
926 mpp_loge("restore anti ring strength of P frame %d\n", cfg->atr_str_p); in proc_tune_cfg()
927 set->atr_str_p = cfg->atr_str_p; in proc_tune_cfg()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c759 vepu510_h265_set_atr_regs(reg, sm, ctx->cfg->tune.atr_str_p); in vepu510_h265_rdo_cfg()