Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h170 RK_U32 y1_round_ac : 8; member
363 RK_U32 y1_round_ac : 8; member
H A Dhal_vp8e_vepu2_reg.h67 RK_U32 y1_round_ac : 8; member
264 RK_U32 y1_round_ac : 8; member
H A Dhal_vp8e_vepu1_v2.c132 regs->sw28.y1_round_ac = hw_cfg->y1_round_ac[0]; in vp8e_vpu_frame_start()
224 regs->sw72_95[1 + i * 8].num_1.y1_round_ac = hw_cfg->y1_round_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c135 regs->sw65.y1_round_ac = hw_cfg->y1_round_ac[0]; in vp8e_vpu_frame_start()
242 regs->sw0_26[6 + i * 9].num_6.y1_round_ac = hw_cfg->y1_round_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h303 RK_U8 y1_round_ac[4]; member
H A Dhal_vp8e_base.c554 hw_cfg->y1_round_ac[i] = ctx->qp_y1[qp].round[1]; in set_new_frame()