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