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