Searched refs:ybuff (Results 1 – 1 of 1) sorted by relevance
91 unsigned int *ybuff = NULL; in convert_coords_to_ispparams() local104 ybuff = config->ycoords_y; in convert_coords_to_ispparams()109 ybuff = config->ycoords_uv; in convert_coords_to_ispparams()130 y00 = ybuff[j * width + i]; in convert_coords_to_ispparams()131 y01 = ybuff[j * width + (i + 1)]; in convert_coords_to_ispparams()132 y10 = ybuff[(j + 1) * width + i]; in convert_coords_to_ispparams()133 y11 = ybuff[(j + 1) * width + (i + 1)]; in convert_coords_to_ispparams()