Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java130 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError() method in Utils
154 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()