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 | 139 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError() argument 140 double[] T = new double[laserT.length]; in getShiftError() 142 T[j] = laserT[j] + shift; in getShiftError() 156 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift() argument 163 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()
|
D | DragLatencyFragment.java | 401 final double[] laserT = new double[lt.length]; in drawLatencyGraph() local 406 laserT[i] = lt[i] + averageBestShift; in drawLatencyGraph() 408 final double[] laserY = Utils.interp(laserT, ft, fy); in drawLatencyGraph() 410 laserEntries.add(new Entry((float) laserT[i], (float) laserY[i])); in drawLatencyGraph()
|