Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h163 RK_U32 y1_round_dc : 8; member
356 RK_U32 y1_round_dc : 8; member
H A Dhal_vp8e_vepu2_reg.h60 RK_U32 y1_round_dc : 8; member
425 RK_U32 y1_round_dc : 8; member
H A Dhal_vp8e_vepu1_v2.c131 regs->sw27.y1_round_dc = hw_cfg->y1_round_dc[0]; in vp8e_vpu_frame_start()
220 regs->sw72_95[0 + i * 8].num_0.y1_round_dc = hw_cfg->y1_round_dc[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c134 regs->sw100.y1_round_dc = hw_cfg->y1_round_dc[0]; in vp8e_vpu_frame_start()
238 regs->sw0_26[5 + i * 9].num_5.y1_round_dc = hw_cfg->y1_round_dc[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h302 RK_U8 y1_round_dc[4]; member
H A Dhal_vp8e_base.c553 hw_cfg->y1_round_dc[i] = ctx->qp_y1[qp].round[0]; in set_new_frame()