Searched refs:roundedThreshold (Results 1 – 4 of 4) sorted by relevance
157 int32_t roundedThreshold = (shiftedThreshold + DISTANCE_FRACTION_MASK) >> DISTANCE_SHIFT; in getBestIndexAndDistance() local168 if (distance > roundedThreshold) { in getBestIndexAndDistance()186 if (distance > roundedThreshold) { in getBestIndexAndDistance()195 int32_t remainingThreshold = roundedThreshold - distance; in getBestIndexAndDistance()
295 int roundedThreshold = (shiftedThreshold + DISTANCE_FRACTION_MASK) >> DISTANCE_SHIFT; in getBestIndexAndDistance() local306 if (distance > roundedThreshold) { in getBestIndexAndDistance()324 if (distance > roundedThreshold) { in getBestIndexAndDistance()333 int remainingThreshold = roundedThreshold - distance; in getBestIndexAndDistance()