Searched refs:ybuff (Results 1 – 1 of 1) sorted by relevance
89 unsigned int *ybuff = NULL; in convert_coords_to_ispparams() local102 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()