Searched refs:bestShift (Results 1 – 3 of 3) sorted by relevance
151 double bestShift = shiftSteps[0]*steps/2; in findBestShift() local154 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()156 bestShift = argmin(stddevs) * shiftStep + bestShift - shiftStep * steps / 2; in findBestShift()158 return bestShift; in findBestShift()
384 double bestShift = Utils.findBestShift(lts, ft, fy); in calculateDragLatency() local385 logger.log(String.format(Locale.US, "bestShift = %.2f", bestShift)); in calculateDragLatency()386 averageBestShift += bestShift / 2; in calculateDragLatency()
385 NSTimeInterval bestShift = FindBestShift(lts, ft, fy);386 averageBestShift += bestShift / 2;