Home
last modified time | relevance | path

Searched refs:deblur_en (Results 1 – 16 of 16) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.h99 RK_S32 deblur_en; member
H A Dmpi_enc_utils.c524 cmd->deblur_en = atoi(next); in mpi_enc_opt_dbe()
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c145 RK_S32 deblur_en; member
250 mpp_venc_kcfg_set_u32(init_kcfg, "qpmap_en", p->deblur_en); in kmpp_cfg_init()
302 p->deblur_en = cmd->deblur_en; in test_ctx_init()
639 mpp_enc_cfg_set_s32(cfg, "tune:deblur_en", cmd->deblur_en); in test_mpp_enc_cfg_setup()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c109 p->cfg->tune.deblur_en = 0; in h265e_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1269 RK_S32 deblur_en; /* qpmap_en */ member
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c351 if (!ctx->cfg->tune.deblur_en) { in setup_vepu580_qpmap_buf()
H A Dhal_h264e_vepu580.c2163 if (cfg->tune.deblur_en && (!rc_task->info.complex_scene) && in hal_h264e_vepu580_gen_regs()
H A Dhal_h264e_vepu510.c557 ctx->qpmap_en = ctx->cfg->tune.deblur_en; in hal_h264e_vepu510_get_task()
H A Dhal_h264e_vepu511.c556 ctx->qpmap_en = ctx->cfg->tune.deblur_en; in hal_h264e_vepu511_get_task()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c242 …ENTRY(prefix, s32, rk_s32, deblur_en, FLAG_INCR, tune,
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c109 cfg->tune.deblur_en = 0; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c835 RK_S32 deblur_en = ctx->cfg->tune.deblur_en; in vepu510_h265_smear_cfg() local
862 if (deblur_en == 0) in vepu510_h265_smear_cfg()
2494 ctx->qpmap_en = ctx->cfg->tune.deblur_en; in hal_h265e_v510_get_task()
H A Dhal_h265e_vepu580_tune.c645 if (!ctx->cfg->tune.deblur_en) { in vepu580_setup_qpmap_buf()
H A Dhal_h265e_vepu511.c1228 if (cfg->tune.deblur_en && (cfg->tune.deblur_str % 2 == 0) && in vepu511_h265_set_vsp_filtering()
1592 s->smear_opt_cfg0.anti_smear_en = ctx->cfg->tune.deblur_en; in vepu511_h265_set_smear_regs()
2734 ctx->qpmap_en = ctx->cfg->tune.deblur_en; in hal_h265e_vepu511_get_task()
H A Dhal_h265e_vepu580.c2423 if (ctx->cfg->tune.deblur_en && (buf_size > ctx->md_info_buf_size)) { in vepu580_h265_get_md_info_buf()
2792 if (cfg->tune.deblur_en && (!rc_task->info.complex_scene) && in hal_h265e_v580_gen_regs()
/rockchip-linux_mpp/
H A DCHANGELOG.md343 - [tune]: Replace qpmap_en with deblur_en