Home
last modified time | relevance | path

Searched refs:sw_pic_mb_h_ext (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_vdpu1_reg.h106 RK_U32 sw_pic_mb_h_ext : 3; member
H A Dhal_vp8d_vdpu2_reg.h191 RK_U32 sw_pic_mb_h_ext : 3; member
H A Dhal_vp8d_vdpu2.c461 regs->reg120.sw_pic_mb_h_ext = mb_height >> 8; in hal_vp8d_vdpu2_gen_regs()
H A Dhal_vp8d_vdpu1.c467 regs->reg4.sw_pic_mb_h_ext = mb_height >> 8; in hal_vp8d_vdpu1_gen_regs()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1_reg.h311 RK_U32 sw_pic_mb_h_ext : 3; member
H A Dhal_jpegd_vdpu2_reg.h369 RK_U32 sw_pic_mb_h_ext : 3; member
H A Dhal_jpegd_vdpu1.c660 reg->reg4.sw_pic_mb_h_ext = ((((s->ver_stride) >> (4)) & 0x700) >> 8); in jpegd_gen_regs()
H A Dhal_jpegd_vdpu2.c650 reg->reg120.sw_pic_mb_h_ext = ((((s->ver_stride) >> (4)) & 0x700) >> 8); in jpegd_gen_regs()