Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c74 unsigned int topleft_x, topleft_y, bottom_x, bottom_y, in convert_coords_to_ispparams() local
146 topleft_x = ((xmin >> DVS_COORD_FRAC_BITS) in convert_coords_to_ispparams()
149 s.in_addr_offset = topleft_y * in_stride + topleft_x; in convert_coords_to_ispparams()
157 s.in_block_width = bottom_x - topleft_x + dvs_interp_envelope; in convert_coords_to_ispparams()
159 topleft_x_frac = topleft_x << (DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()