HomeSort by relevance Sort by last modified time
    Searched refs:totMaxNrg (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 555 double totMaxNrg = 0.0f;
592 if (nrg[ch][seg] > totMaxNrg) {
593 totMaxNrg = nrg[ch][seg];
610 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg;
    [all...]
DecoderTest.java     [all...]

Completed in 216 milliseconds