Searched refs:yCell (Results 1 – 3 of 3) sorted by relevance
249 int yCell = static_cast<int>(p.y / cellSize); in detect() local252 int y1 = yCell - 1; in detect()254 int y2 = yCell + 1; in detect()286 grid[yCell * gridWidth + xCell].push_back(p); in detect()
376 const int yCell = static_cast<int>(p.y / cellSize); in filterMinDist() local379 int y1 = yCell - 1; in filterMinDist()381 int y2 = yCell + 1; in filterMinDist()412 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()
253 const int yCell = static_cast<int>(p.y / cellSize); in filterMinDist() local256 int y1 = yCell - 1; in filterMinDist()258 int y2 = yCell + 1; in filterMinDist()289 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()