Searched refs:shiftSteps (Results 1 – 1 of 1) sorted by relevance
158 double[] shiftSteps = new double[]{0.1, 0.01}; // milliseconds in findBestShift() local160 double bestShift = shiftSteps[0]*steps/2; in findBestShift()161 for (final double shiftStep : shiftSteps) { in findBestShift()