Searched refs:startSample (Results 1 – 1 of 1) sorted by relevance
220 final int startSample = 2 * 2048 * numChannels; // exclude signal on- & offset to in checkClipping() local221 final int stopSample = decSamples.length - startSample; // ... measure only the stationary in checkClipping()224 double nrgFull = getEnergy(decSamples, startSample, stopSample); in checkClipping()235 double nrgHd = getEnergy(decSamples, startSample, stopSample); in checkClipping()