Lines Matching refs:cfg
44 MppEncRcCfg *rc_cfg = &ctrlCfg->cfg->rc; in h265e_init()
45 MppEncPrepCfg *prep = &ctrlCfg->cfg->prep; in h265e_init()
58 p->cfg = ctrlCfg->cfg; in h265e_init()
66 h265 = &p->cfg->h265; in h265e_init()
99 p->cfg->tune.scene_mode = MPP_ENC_SCENE_MODE_DEFAULT; in h265e_init()
100 p->cfg->tune.lambda_idx_i = 2; in h265e_init()
101 p->cfg->tune.lambda_idx_p = 4; in h265e_init()
102 p->cfg->tune.anti_flicker_str = 2; in h265e_init()
103 p->cfg->tune.atr_str_i = 3; in h265e_init()
104 p->cfg->tune.atr_str_p = 0; in h265e_init()
105 p->cfg->tune.atl_str = 1; in h265e_init()
106 p->cfg->tune.sao_str_i = 0; in h265e_init()
107 p->cfg->tune.sao_str_p = 1; in h265e_init()
108 p->cfg->tune.deblur_str = 3; in h265e_init()
109 p->cfg->tune.deblur_en = 0; in h265e_init()
110 p->cfg->tune.rc_container = 0; in h265e_init()
111 p->cfg->tune.vmaf_opt = 0; in h265e_init()
114 p->cfg->tune.bg_delta_qp_i = -10; in h265e_init()
115 p->cfg->tune.bg_delta_qp_p = -10; in h265e_init()
116 p->cfg->tune.fg_delta_qp_i = 3; in h265e_init()
117 p->cfg->tune.fg_delta_qp_p = 1; in h265e_init()
118 p->cfg->tune.bmap_qpmin_i = 30; in h265e_init()
119 p->cfg->tune.bmap_qpmin_p = 30; in h265e_init()
120 p->cfg->tune.bmap_qpmax_i = 45; in h265e_init()
121 p->cfg->tune.bmap_qpmax_p = 47; in h265e_init()
122 p->cfg->tune.min_bg_fqp = 30; in h265e_init()
123 p->cfg->tune.max_bg_fqp = 45; in h265e_init()
124 p->cfg->tune.min_fg_fqp = 25; in h265e_init()
125 p->cfg->tune.max_fg_fqp = 35; in h265e_init()
271 MppEncH265Cfg *h265 = &p->cfg->h265; in h265e_start()
317 MppEncH265Cfg *h265 = &p->cfg->h265; in h265e_proc_hal()
326 MppEncCpbInfo *cpb_info = mpp_enc_ref_cfg_get_cpb_info(p->cfg->ref_cfg); in h265e_proc_hal()
409 MppEncCfgSet *cfg = p->cfg; in h265e_proc_cfg() local
426 MppEncH265SliceCfg *slice_cfg = &cfg->h265.slice_cfg; in h265e_proc_cfg()