Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h184 RK_U32 y2_round_ac : 8; member
377 RK_U32 y2_round_ac : 8; member
H A Dhal_vp8e_vepu2_reg.h68 RK_U32 y2_round_ac : 8; member
278 RK_U32 y2_round_ac : 8; member
H A Dhal_vp8e_vepu1_v2.c134 regs->sw30.y2_round_ac = hw_cfg->y2_round_ac[0]; in vp8e_vpu_frame_start()
232 regs->sw72_95[3 + i * 8].num_3.y2_round_ac = hw_cfg->y2_round_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c137 regs->sw67.y2_round_ac = hw_cfg->y2_round_ac[0]; in vp8e_vpu_frame_start()
243 regs->sw0_26[6 + i * 9].num_6.y2_round_ac = hw_cfg->y2_round_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h305 RK_U8 y2_round_ac[4]; member
H A Dhal_vp8e_base.c556 hw_cfg->y2_round_ac[i] = ctx->qp_y2[qp].round[1]; in set_new_frame()