Lines Matching refs:hw
355 MppEncHwCfg *hw = &cfg->cfg->hw; in hal_h264e_vepu511_init() local
357 hw->qp_delta_row_i = 1; in hal_h264e_vepu511_init()
358 hw->qp_delta_row = 2; in hal_h264e_vepu511_init()
359 hw->extra_buf = 1; in hal_h264e_vepu511_init()
360 hw->qbias_i = 683; in hal_h264e_vepu511_init()
361 hw->qbias_p = 341; in hal_h264e_vepu511_init()
362 hw->qbias_en = 0; in hal_h264e_vepu511_init()
364 memcpy(hw->aq_thrd_i, h264_aq_tthd_default, sizeof(hw->aq_thrd_i)); in hal_h264e_vepu511_init()
365 memcpy(hw->aq_thrd_p, h264_aq_tthd_default, sizeof(hw->aq_thrd_p)); in hal_h264e_vepu511_init()
366 memcpy(hw->aq_step_i, h264_I_aq_step_default, sizeof(hw->aq_step_i)); in hal_h264e_vepu511_init()
367 memcpy(hw->aq_step_p, h264_P_aq_step_default, sizeof(hw->aq_step_p)); in hal_h264e_vepu511_init()
369 for (i = 0; i < MPP_ARRAY_ELEMS(hw->mode_bias); i++) in hal_h264e_vepu511_init()
370 hw->mode_bias[i] = 8; in hal_h264e_vepu511_init()
372 hw->skip_sad = 8; in hal_h264e_vepu511_init()
373 hw->skip_bias = 8; in hal_h264e_vepu511_init()
1158 MppEncHwCfg *hw = &cfg->hw; in setup_vepu511_rc_base() local
1224 hw->qp_delta_row_i : hw->qp_delta_row; in setup_vepu511_rc_base()
1774 MppEncHwCfg *hw = &cfg->hw; in setup_vepu511_aq() local
1780 aq_thd = (RK_S32 *)&hw->aq_thrd_i[0]; in setup_vepu511_aq()
1781 aq_step = &hw->aq_step_i[0]; in setup_vepu511_aq()
1783 aq_thd = (RK_S32 *)&hw->aq_thrd_p[0]; in setup_vepu511_aq()
1784 aq_step = &hw->aq_step_p[0]; in setup_vepu511_aq()