Searched refs:laserT (Results 1 – 2 of 2) sorted by relevance
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | Utils.java | 130 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError() argument 131 double[] T = new double[laserT.length]; in getShiftError() 133 T[j] = laserT[j] + shift; in getShiftError() 147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift() argument 154 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()
|
D | DragLatencyFragment.java | 396 final double[] laserT = new double[lt.length]; in drawLatencyGraph() local 401 laserT[i] = lt[i] + averageBestShift; in drawLatencyGraph() 403 final double[] laserY = Utils.interp(laserT, ft, fy); in drawLatencyGraph() 405 laserEntries.add(new Entry((float) laserT[i], (float) laserY[i])); in drawLatencyGraph()
|