Home
last modified time | relevance | path

Searched refs:crop_x (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_base.h33 RK_U32 crop_x; member
H A Dhal_jpegd_vdpu1.c258 RK_U32 crop_x = ctx->pp_info.crop_x; in jpegd_setup_pp() local
302 (((crop_x / 16) & 0xE00) >> 9); in jpegd_setup_pp()
304 ((crop_x / 16) & 0x1FF); in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2.c285 RK_U32 crop_x = ctx->pp_info.crop_x; in jpegd_setup_pp() local
324 reg->reg14.sw_crop_startx_ext = (((crop_x / 16) & 0xE00) >> 9); in jpegd_setup_pp()
325 reg->reg14.sw_crop_startx = ((crop_x / 16) & 0x1FF); in jpegd_setup_pp()