Searched defs:touchT (Results 1 - 1 of 1) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUtils.java130 private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shift) { argument
135 double [] laserY = Utils.interp(T, touchT, touchY);
147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { argument
154 stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps / 2);

Completed in 136 milliseconds