Searched refs:neighborDistance (Results 1 – 1 of 1) sorted by relevance
3333 int neighborDistance = 0; in computeNeighbors() local3335 neighborDistance = center - neighborRight; in computeNeighbors()3337 neighborDistance = neighborLeft - center; in computeNeighbors()3339 if (neighborDistance < currentDistance) { in computeNeighbors()3364 int neighborDistance = 0; in computeNeighbors() local3366 neighborDistance = center - neighborRight; in computeNeighbors()3368 neighborDistance = neighborLeft - center; in computeNeighbors()3370 if (neighborDistance < currentDistance) { in computeNeighbors()3395 int neighborDistance = neighborLeft - right; in computeNeighbors() local3397 if (neighborDistance < currentDistance) { in computeNeighbors()[all …]