Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h182 RK_U32 y2_quant_ac : 14; member
375 RK_U32 y2_quant_ac : 14; member
H A Dhal_vp8e_vepu2_reg.h39 RK_U32 y2_quant_ac : 14; member
276 RK_U32 y2_quant_ac : 14; member
H A Dhal_vp8e_vepu1_v2.c120 regs->sw30.y2_quant_ac = hw_cfg->y2_quant_ac[0]; in vp8e_vpu_frame_start()
230 regs->sw72_95[3 + i * 8].num_3.y2_quant_ac = hw_cfg->y2_quant_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c123 regs->sw67.y2_quant_ac = hw_cfg->y2_quant_ac[0]; in vp8e_vpu_frame_start()
227 regs->sw0_26[2 + i * 9].num_2.y2_quant_ac = hw_cfg->y2_quant_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h293 RK_U16 y2_quant_ac[4]; member
H A Dhal_vp8e_base.c544 hw_cfg->y2_quant_ac[i] = ctx->qp_y2[qp].quant[1]; in set_new_frame()