Home
last modified time | relevance | path

Searched refs:ybuff (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.c89 unsigned int *ybuff = NULL; in convert_coords_to_ispparams() local
102 ybuff = config->ycoords_y; in convert_coords_to_ispparams()
107 ybuff = config->ycoords_uv; in convert_coords_to_ispparams()
128 y00 = ybuff[j * width + i]; in convert_coords_to_ispparams()
129 y01 = ybuff[j * width + (i + 1)]; in convert_coords_to_ispparams()
130 y10 = ybuff[(j + 1) * width + i]; in convert_coords_to_ispparams()
131 y11 = ybuff[(j + 1) * width + (i + 1)]; in convert_coords_to_ispparams()