Home
last modified time | relevance | path

Searched refs:zeroMaxNrgRatio (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java551 final double zeroMaxNrgRatio = 0.001f; in checkEnergyUSAC() local
610 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg; in checkEnergyUSAC()
DDecoderTest.java1360 final double zeroMaxNrgRatio = 0.001f; // ratio of zeroNrgThresh to the max nrg in checkEnergy() local
1389 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg; // ... based on the 1st channels max in checkEnergy()