Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java555 double totMaxNrg = 0.0f; in checkEnergyUSAC() local
592 if (nrg[ch][seg] > totMaxNrg) { in checkEnergyUSAC()
593 totMaxNrg = nrg[ch][seg]; in checkEnergyUSAC()
610 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg; in checkEnergyUSAC()
DDecoderTest.java1362 double totMaxNrg = 0.0f; // will store the max seg nrg over all ch in checkEnergy() local
1378 if (nrg[ch][seg] > totMaxNrg) { in checkEnergy()
1379 totMaxNrg = nrg[ch][seg]; // store the max segment nrg over all ch in checkEnergy()
1389 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg; // ... based on the 1st channels max in checkEnergy()