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

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 550 // ratio of zeroNrgThresh to the max nrg
553 double zeroNrgThresh = nSegSmp * nSegSmp;
587 if (nrg[ch][seg] > zeroNrgThresh && offset[ch] < 0) {
597 sigSeg[seg] |= nrg[ch][seg] > zeroNrgThresh;
610 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg;
660 double refMinNrg = zeroNrgThresh;
752 nrg[idx][seg] < zeroNrgThresh);
    [all...]
DecoderTest.java     [all...]

Completed in 190 milliseconds