Searched refs:minNrg (Results 1 – 2 of 2) sorted by relevance
691 double minNrg = nrg[idx][ofst]; // channels minimum segment energy in checkEnergyUSAC() local696 if (nrg[idx][seg] < minNrg) { in checkEnergyUSAC()697 minNrg = nrg[idx][seg]; in checkEnergyUSAC()711 minNrg >= refMinNrg); in checkEnergyUSAC()715 refMinNrg = minNrg * 0.85f; in checkEnergyUSAC()722 final double nrgRatio = minNrg / maxNrg; in checkEnergyUSAC()735 nrg[idx][nrgSegEnd] < minNrg * 0.20f); in checkEnergyUSAC()
1435 double minNrg = nrg[idx][ofst]; // channels minimum segment energy in checkEnergy() local1438 if (nrg[idx][seg] < minNrg) minNrg = nrg[idx][seg]; // ... already assigned in checkEnergy()1444 minNrg >= refMinNrg); // check the channels minimum energy in checkEnergy()1446 refMinNrg = minNrg * 0.85f; // ... reference the other chs must meet in checkEnergy()1451 final double nrgRatio = minNrg / maxNrg; in checkEnergy()1460 nrg[idx][nrgSegEnd] < minNrg * 0.20f); in checkEnergy()