Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_vdpu1_reg.h107 RK_U32 sw_pic_mb_w_ext : 3; member
H A Dhal_vp8d_vdpu2_reg.h192 RK_U32 sw_pic_mb_w_ext : 3; member
H A Dhal_vp8d_vdpu2.c460 regs->reg120.sw_pic_mb_w_ext = mb_width >> 9; in hal_vp8d_vdpu2_gen_regs()
H A Dhal_vp8d_vdpu1.c466 regs->reg4.sw_pic_mb_w_ext = mb_width >> 9; in hal_vp8d_vdpu1_gen_regs()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1_reg.h312 RK_U32 sw_pic_mb_w_ext : 3; member
H A Dhal_jpegd_vdpu2_reg.h370 RK_U32 sw_pic_mb_w_ext : 3; member
H A Dhal_jpegd_vdpu1.c661 reg->reg4.sw_pic_mb_w_ext = ((((s->hor_stride) >> (4)) & 0xE00) >> 9); in jpegd_gen_regs()
H A Dhal_jpegd_vdpu2.c651 reg->reg120.sw_pic_mb_w_ext = ((((s->hor_stride) >> (4)) & 0xE00) >> 9); in jpegd_gen_regs()