Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.c481 regs->reg120.sw_pic_mb_w_ext = mb_width >> 9; in hal_vp8d_vdpu2_gen_regs()
H A Dhal_vp8d_vdpu1.c470 regs->reg4.sw_pic_mb_w_ext = mb_width >> 9; in hal_vp8d_vdpu1_gen_regs()
/OK3568_Linux_fs/external/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.c660 reg->reg4.sw_pic_mb_w_ext = ((((s->hor_stride) >> (4)) & 0xE00) >> 9); in jpegd_gen_regs()
H A Dhal_jpegd_vdpu2.c650 reg->reg120.sw_pic_mb_w_ext = ((((s->hor_stride) >> (4)) & 0xE00) >> 9); in jpegd_gen_regs()