Home
last modified time | relevance | path

Searched refs:reg72_crop (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c290 post->reg72_crop.sw_pp_in_width = ((in_width / 16) & 0x1FF); in jpegd_setup_pp()
292 post->reg72_crop.sw_pp_in_height = ((in_height / 16) & 0x0FF); in jpegd_setup_pp()
296 post->reg72_crop.sw_pp_in_width = ((crop_width / 16) & 0x1FF); in jpegd_setup_pp()
299 post->reg72_crop.sw_pp_in_height = ((crop_height / 16) & 0x0FF); in jpegd_setup_pp()
307 post->reg72_crop.sw_crop_starty = in jpegd_setup_pp()
352 post->reg72_crop.sw_rangemap_coef_y = 9; in jpegd_setup_pp()
H A Dhal_jpegd_vdpu1_reg.h116 } reg72_crop; member