Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h177 RK_U32 y2_round_dc : 8; member
370 RK_U32 y2_round_dc : 8; member
H A Dhal_vp8e_vepu2_reg.h61 RK_U32 y2_round_dc : 8; member
271 RK_U32 y2_round_dc : 8; member
H A Dhal_vp8e_vepu1_v2.c133 regs->sw29.y2_round_dc = hw_cfg->y2_round_dc[0]; in vp8e_vpu_frame_start()
228 regs->sw72_95[2 + i * 8].num_2.y2_round_dc = hw_cfg->y2_round_dc[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c136 regs->sw66.y2_round_dc = hw_cfg->y2_round_dc[0]; in vp8e_vpu_frame_start()
239 regs->sw0_26[5 + i * 9].num_5.y2_round_dc = hw_cfg->y2_round_dc[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h304 RK_U8 y2_round_dc[4]; member
H A Dhal_vp8e_base.c555 hw_cfg->y2_round_dc[i] = ctx->qp_y2[qp].round[0]; in set_new_frame()