Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h191 RK_U32 ch_round_dc : 8; member
384 RK_U32 ch_round_dc : 8; member
H A Dhal_vp8e_vepu2_reg.h62 RK_U32 ch_round_dc : 8; member
285 RK_U32 ch_round_dc : 8; member
H A Dhal_vp8e_vepu1_v2.c135 regs->sw31.ch_round_dc = hw_cfg->ch_round_dc[0]; in vp8e_vpu_frame_start()
236 regs->sw72_95[4 + i * 8].num_4.ch_round_dc = hw_cfg->ch_round_dc[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c138 regs->sw68.ch_round_dc = hw_cfg->ch_round_dc[0]; in vp8e_vpu_frame_start()
240 regs->sw0_26[5 + i * 9].num_5.ch_round_dc = hw_cfg->ch_round_dc[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h306 RK_U8 ch_round_dc[4]; member
H A Dhal_vp8e_base.c557 hw_cfg->ch_round_dc[i] = ctx->qp_ch[qp].round[0]; in set_new_frame()