Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c289 post->reg72_crop.sw_pp_in_width = ((in_width / 16) & 0x1FF); in jpegd_setup_pp()
291 post->reg72_crop.sw_pp_in_height = ((in_height / 16) & 0x0FF); in jpegd_setup_pp()
295 post->reg72_crop.sw_pp_in_width = ((crop_width / 16) & 0x1FF); in jpegd_setup_pp()
298 post->reg72_crop.sw_pp_in_height = ((crop_height / 16) & 0x0FF); in jpegd_setup_pp()
306 post->reg72_crop.sw_crop_starty = in jpegd_setup_pp()
351 post->reg72_crop.sw_rangemap_coef_y = 9; in jpegd_setup_pp()
H A Dhal_jpegd_vdpu1_reg.h116 } reg72_crop; member