Home
last modified time | relevance | path

Searched refs:pic_mb_height_p (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1_reg.h101 RK_U32 pic_mb_height_p : 8; member
H A Dhal_m2vd_vdpu2_reg.h151 RK_U32 pic_mb_height_p : 8; member
H A Dhal_m2vd_vdpu1.c184 p_regs->sw04.pic_mb_height_p = (dx->seq.decode_height + 15) >> 4; in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c234 p_regs->sw120.pic_mb_height_p = (dx->seq.decode_height + 15) >> 4; in hal_m2vd_vdpu2_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_vdpu2_reg.h141 RK_U32 pic_mb_height_p : 8; member
H A Dhal_avsd_vdpu1_reg.h97 RK_U32 pic_mb_height_p : 8; member
H A Dhal_avsd_plus_reg.h95 RK_U32 pic_mb_height_p : 8; member
H A Dhal_avsd_vdpu2.c113 p_regs->sw120.pic_mb_height_p = (p_syn->pp.verticalSize + 15) >> 4; in set_regs_parameters()
H A Dhal_avsd_vdpu1.c115 p_regs->sw04.pic_mb_height_p = (p_syn->pp.verticalSize + 15) >> 4; in set_regs_parameters()
H A Dhal_avsd_plus.c121 p_regs->sw04.pic_mb_height_p = (p_syn->pp.verticalSize + 15) >> 4; in set_regs_parameters()