Home
last modified time | relevance | path

Searched refs:bestShift (Results 1 – 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java151 double bestShift = shiftSteps[0]*steps/2; in findBestShift() local
154 …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()
DDragLatencyFragment.java384 double bestShift = Utils.findBestShift(lts, ft, fy); in calculateDragLatency() local
385 logger.log(String.format(Locale.US, "bestShift = %.2f", bestShift)); in calculateDragLatency()
386 averageBestShift += bestShift / 2; in calculateDragLatency()
/external/walt/ios/WALT/
DDragLatencyController.mm385 NSTimeInterval bestShift = FindBestShift(lts, ft, fy);
386 averageBestShift += bestShift / 2;