Searched refs:totMaxNrg (Results 1 – 2 of 2) sorted by relevance
555 double totMaxNrg = 0.0f; in checkEnergyUSAC() local592 if (nrg[ch][seg] > totMaxNrg) { in checkEnergyUSAC()593 totMaxNrg = nrg[ch][seg]; in checkEnergyUSAC()610 zeroNrgThresh = zeroMaxNrgRatio * totMaxNrg; in checkEnergyUSAC()
1362 double totMaxNrg = 0.0f; // will store the max seg nrg over all ch in checkEnergy() local1378 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()