Searched refs:ybuff (Results 1 – 1 of 1) sorted by relevance
80 unsigned int *ybuff = NULL; in convert_coords_to_ispparams() local93 ybuff = config->ycoords_y; in convert_coords_to_ispparams()98 ybuff = config->ycoords_uv; in convert_coords_to_ispparams()119 y00 = ybuff[j * width + i]; in convert_coords_to_ispparams()120 y01 = ybuff[j * width + (i + 1)]; in convert_coords_to_ispparams()121 y10 = ybuff[(j + 1) * width + i]; in convert_coords_to_ispparams()122 y11 = ybuff[(j + 1) * width + (i + 1)]; in convert_coords_to_ispparams()