Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1_reg.h111 RK_U32 sw_pp_in_height : 8; member
H A Dhal_jpegd_vdpu1.c292 post->reg72_crop.sw_pp_in_height = ((in_height / 16) & 0x0FF); in jpegd_setup_pp()
299 post->reg72_crop.sw_pp_in_height = ((crop_height / 16) & 0x0FF); in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2.c317 reg->reg34.sw_pp_in_height = ((in_height / 16) & 0x0FF); in jpegd_setup_pp()
322 reg->reg34.sw_pp_in_height = ((crop_height / 16) & 0x0FF); in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2_reg.h139 RK_U32 sw_pp_in_height : 8; member
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu_reg.h453 RK_U32 sw_pp_in_height : 16; member
H A Dhal_av1d_vdpu.c2161 regs->vdpu_av1d_pp_cfg.swreg331.sw_pp_in_height = height / 2; in vdpu_av1d_gen_regs()