Searched refs:lastShot (Results 1 – 1 of 1) sorted by relevance
156 int firstShot, int lastShot) { in computeAcousticCouplingFactor() argument160 lastShot = Math.min(lastShot, len -1); in computeAcousticCouplingFactor()162 int actualLen = lastShot - firstShot + 1; in computeAcousticCouplingFactor()170 for (int i = firstShot, index = 0; i <= lastShot; ++i, ++index) { in computeAcousticCouplingFactor()395 int lastShot = SHOT_COUNT - 1; in startTest()399 mRMSRecorder1.getRmsSnapshots(), firstShot, lastShot); in startTest()439 mRMSRecorder2.getRmsSnapshots(), firstShot, lastShot); in startTest()