Searched refs:xCell (Results 1 – 3 of 3) sorted by relevance
248 int xCell = static_cast<int>(p.x / cellSize); in detect() local251 int x1 = xCell - 1; in detect()253 int x2 = xCell + 1; in detect()286 grid[yCell * gridWidth + xCell].push_back(p); in detect()
375 const int xCell = static_cast<int>(p.x / cellSize); in filterMinDist() local378 int x1 = xCell - 1; in filterMinDist()380 int x2 = xCell + 1; in filterMinDist()412 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()
252 const int xCell = static_cast<int>(p.x / cellSize); in filterMinDist() local255 int x1 = xCell - 1; in filterMinDist()257 int x2 = xCell + 1; in filterMinDist()289 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()