Home
last modified time | relevance | path

Searched refs:qbias_p (Results 1 – 15 of 15) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c221 regs->reg_s3.RDO_QUANT.quant_f_bias_P = hw->qbias_p ? hw->qbias_p : 341; in vepu580_h264e_tune_reg_patch()
H A Dhal_h264e_vepu541.c206 hw->qbias_p = 341; in hal_h264e_vepu541_init()
1506 regs->qnt_bias_comb.qnt_bias_p = hw->qbias_p; in setup_vepu541_l2()
H A Dhal_h264e_vepu540c.c174 hw->qbias_p = 341; in hal_h264e_vepu540c_init()
1296 regs->reg_s3.RDO_QUANT.quant_f_bias_P = hw->qbias_p; in setup_vepu540c_l2()
H A Dhal_h264e_vepu510.c362 hw->qbias_p = 341; in hal_h264e_vepu510_init()
1737 regs->reg_param.qnt_bias_comb.qnt_f_bias_p = hw->qbias_p; in setup_vepu510_l2()
H A Dhal_h264e_vepu580.c384 hw->qbias_p = 341; in hal_h264e_vepu580_init()
H A Dhal_h264e_vepu511.c361 hw->qbias_p = 341; in hal_h264e_vepu511_init()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580_tune.c476 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_p = hw->qbias_p ? hw->qbias_p : 85; in vepu580_h265e_tune_reg_patch()
H A Dhal_h265e_vepu540c.c451 reg_wgt->reg1484_qnt_bias_comb.qnt_bias_p = hw->qbias_p; in vepu540c_h265_global_cfg_set()
540 hw->qbias_p = 85; in hal_h265e_v540c_init()
H A Dhal_h265e_vepu541.c583 regs->rdo_quant.quant_f_bias_P = hw->qbias_p; in vepu541_h265_set_l2_regs()
644 hw->qbias_p = 85; in hal_h265e_v541_init()
H A Dhal_h265e_vepu510.c963 reg_param->qnt_bias_comb.qnt_f_bias_p = hw->qbias_p; in vepu510_h265_global_cfg_set()
1152 hw->qbias_p = 85; in hal_h265e_v510_init()
H A Dhal_h265e_vepu511.c547 hw->qbias_p = 85; in hal_h265e_vepu511_init()
H A Dhal_h265e_vepu580.c1564 hw->qbias_p = 85; in hal_h265e_v580_init()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h396 RK_S32 qbias_p; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c232 …ENTRY(prefix, s32, rk_s32, qbias_p, FLAG_INCR, hw, qb…
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c871 if (set->qbias_i < 0 || set->qbias_p < 0) { in proc_hw_cfg()
873 set->qbias_i, set->qbias_p, cfg->qbias_i, cfg->qbias_p); in proc_hw_cfg()