Searched refs:neighborCountPerCell (Results 1 – 1 of 1) sorted by relevance
262 final int[] neighborCountPerCell = new int[gridSize]; in computeNearestNeighbors() local349 neighborsFlatBuffer[index * keyCount + neighborCountPerCell[index]] = key; in computeNearestNeighbors()350 ++neighborCountPerCell[index]; in computeNearestNeighbors()360 final int indexEnd = indexStart + neighborCountPerCell[i]; in computeNearestNeighbors()