Home
last modified time | relevance | path

Searched refs:reg_wgt (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c386 hevc_vepu580_wgt *reg_wgt = &regs->reg_wgt; in vepu580_h265e_tune_reg_patch() local
398 memcpy(&reg_wgt->lvl32_intra_CST_WGT0, lvl32_preintra_cst_wgt[pre_intra_idx], in vepu580_h265e_tune_reg_patch()
400 memcpy(&reg_wgt->lvl16_intra_CST_WGT0, lvl16_preintra_cst_wgt[pre_intra_idx], in vepu580_h265e_tune_reg_patch()
419 reg_wgt->cime_sqi_cfg.cime_pmv_set_zero = !tune->curr_scene_motion_flag; in vepu580_h265e_tune_reg_patch()
420 reg_wgt->cime_sqi_multi0.cime_multi0 = cime_multi[scene_motion_flag][0]; in vepu580_h265e_tune_reg_patch()
421 reg_wgt->cime_sqi_multi0.cime_multi1 = cime_multi[scene_motion_flag][1]; in vepu580_h265e_tune_reg_patch()
422 reg_wgt->cime_sqi_multi1.cime_multi2 = cime_multi[scene_motion_flag][2]; in vepu580_h265e_tune_reg_patch()
423 reg_wgt->cime_sqi_multi1.cime_multi3 = cime_multi[scene_motion_flag][3]; in vepu580_h265e_tune_reg_patch()
425 reg_wgt->rime_sqi_multi.rime_multi0 = rime_multi[scene_motion_flag][0]; in vepu580_h265e_tune_reg_patch()
426 reg_wgt->rime_sqi_multi.rime_multi1 = rime_multi[scene_motion_flag][1]; in vepu580_h265e_tune_reg_patch()
[all …]
H A Dhal_h265e_vepu540c.c428 hevc_vepu540c_wgt *reg_wgt = &regs->reg_wgt; in vepu540c_h265_global_cfg_set() local
437 reg_wgt->iprd_lamb_satd_ofst.lambda_satd_offset = 11; in vepu540c_h265_global_cfg_set()
438 memcpy(&reg_wgt->rdo_wgta_qp_grpa_0_51[0], lamd_moda_qp, sizeof(lamd_moda_qp)); in vepu540c_h265_global_cfg_set()
444 reg_wgt->iprd_lamb_satd_ofst.lambda_satd_offset = 11; in vepu540c_h265_global_cfg_set()
445 memcpy(&reg_wgt->rdo_wgta_qp_grpa_0_51[0], lamd_modb_qp, sizeof(lamd_modb_qp)); in vepu540c_h265_global_cfg_set()
447 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_i = 171; in vepu540c_h265_global_cfg_set()
448 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_p = 85; in vepu540c_h265_global_cfg_set()
450 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_i = hw->qbias_i; in vepu540c_h265_global_cfg_set()
451 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_p = hw->qbias_p; in vepu540c_h265_global_cfg_set()
456 regs->reg_wgt.me_sqi_cfg.cime_pmv_num = 1; in vepu540c_h265_global_cfg_set()
[all …]
H A Dhal_h265e_vepu580.c1337 hevc_vepu580_wgt *reg_wgt = &regs->reg_wgt; in vepu580_h265_global_cfg_set() local
1340 vepu580_h265_sobel_cfg(reg_wgt); in vepu580_h265_global_cfg_set()
1345 memcpy(&reg_wgt->iprd_wgt_qp_hevc_0_51[0], lamd_satd_qp, sizeof(lamd_satd_qp)); in vepu580_h265_global_cfg_set()
1352 memcpy(&reg_wgt->rdo_wgta_qp_grpa_0_51[0], lamd_moda_qp, sizeof(lamd_moda_qp)); in vepu580_h265_global_cfg_set()
1358 memcpy(&reg_wgt->rdo_wgta_qp_grpa_0_51[0], lamd_modb_qp, sizeof(lamd_modb_qp)); in vepu580_h265_global_cfg_set()
1369 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_i = 171; in vepu580_h265_global_cfg_set()
1370 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_p = 85; in vepu580_h265_global_cfg_set()
1372 memcpy(&reg_wgt->lvl32_intra_CST_THD0, lvl32_intra_cst_thd, sizeof(lvl32_intra_cst_thd)); in vepu580_h265_global_cfg_set()
1373 memcpy(&reg_wgt->lvl16_intra_CST_THD0, lvl16_intra_cst_thd, sizeof(lvl16_intra_cst_thd)); in vepu580_h265_global_cfg_set()
1374 memcpy(&reg_wgt->lvl32_intra_CST_WGT0, lvl32_intra_cst_wgt, sizeof(lvl32_intra_cst_wgt)); in vepu580_h265_global_cfg_set()
[all …]
H A Dhal_h265e_vepu540c_reg.h1073 hevc_vepu540c_wgt reg_wgt; member
H A Dhal_h265e_vepu580_reg.h3257 hevc_vepu580_wgt reg_wgt; member