Home
last modified time | relevance | path

Searched refs:ch_dequant_ac (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h213 RK_U32 ch_dequant_ac : 9; member
405 RK_U32 ch_dequant_ac : 9; member
H A Dhal_vp8e_vepu2_reg.h84 RK_U32 ch_dequant_ac : 9; member
307 RK_U32 ch_dequant_ac : 9; member
H A Dhal_vp8e_vepu1_v2.c143 regs->sw34.ch_dequant_ac = hw_cfg->ch_dequant_ac[0]; in vp8e_vpu_frame_start()
248 regs->sw72_95[7 + i * 8].num_7.ch_dequant_ac = hw_cfg->ch_dequant_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c146 regs->sw71.ch_dequant_ac = hw_cfg->ch_dequant_ac[0]; in vp8e_vpu_frame_start()
253 regs->sw0_26[8 + i * 9].num_8.ch_dequant_ac = hw_cfg->ch_dequant_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h313 RK_U16 ch_dequant_ac[4]; member
H A Dhal_vp8e_base.c564 hw_cfg->ch_dequant_ac[i] = ctx->qp_ch[qp].dequant[1]; in set_new_frame()