Searched refs:deblur_en (Results 1 – 16 of 16) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_enc_utils.h | 99 RK_S32 deblur_en; member
|
| H A D | mpi_enc_utils.c | 524 cmd->deblur_en = atoi(next); in mpi_enc_opt_dbe()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_test.c | 145 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 D | h265e_api.c | 109 p->cfg->tune.deblur_en = 0; in h265e_init()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 1269 RK_S32 deblur_en; /* qpmap_en */ member
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580_tune.c | 351 if (!ctx->cfg->tune.deblur_en) { in setup_vepu580_qpmap_buf()
|
| H A D | hal_h264e_vepu580.c | 2163 if (cfg->tune.deblur_en && (!rc_task->info.complex_scene) && in hal_h264e_vepu580_gen_regs()
|
| H A D | hal_h264e_vepu510.c | 557 ctx->qpmap_en = ctx->cfg->tune.deblur_en; in hal_h264e_vepu510_get_task()
|
| H A D | hal_h264e_vepu511.c | 556 ctx->qpmap_en = ctx->cfg->tune.deblur_en; in hal_h264e_vepu511_get_task()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 242 …ENTRY(prefix, s32, rk_s32, deblur_en, FLAG_INCR, tune, …
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 109 cfg->tune.deblur_en = 0; in init_h264e_cfg_set()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510.c | 835 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 D | hal_h265e_vepu580_tune.c | 645 if (!ctx->cfg->tune.deblur_en) { in vepu580_setup_qpmap_buf()
|
| H A D | hal_h265e_vepu511.c | 1228 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 D | hal_h265e_vepu580.c | 2423 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 D | CHANGELOG.md | 343 - [tune]: Replace qpmap_en with deblur_en
|