Lines Matching refs:hw
935 MppEncHwCfg *hw = &ctx->cfg->hw; in vepu510_h265_global_cfg_set() local
961 if (hw->qbias_en) { in vepu510_h265_global_cfg_set()
962 reg_param->qnt_bias_comb.qnt_f_bias_i = hw->qbias_i; in vepu510_h265_global_cfg_set()
963 reg_param->qnt_bias_comb.qnt_f_bias_p = hw->qbias_p; in vepu510_h265_global_cfg_set()
1146 MppEncHwCfg *hw = &cfg->cfg->hw; in hal_h265e_v510_init() local
1149 hw->qp_delta_row_i = 2; in hal_h265e_v510_init()
1150 hw->qp_delta_row = 2; in hal_h265e_v510_init()
1151 hw->qbias_i = 171; in hal_h265e_v510_init()
1152 hw->qbias_p = 85; in hal_h265e_v510_init()
1153 hw->qbias_en = 0; in hal_h265e_v510_init()
1155 for (j = 0; j < MPP_ARRAY_ELEMS(hw->mode_bias); j++) in hal_h265e_v510_init()
1156 hw->mode_bias[j] = 8; in hal_h265e_v510_init()
1305 MppEncHwCfg *hw = &cfg->hw; in vepu510_h265_set_rc_regs() local
1341 hw->qp_delta_row_i : hw->qp_delta_row; in vepu510_h265_set_rc_regs()