Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlcconceal.cpp609 int sumNrgFwd, sumNrgBwd; /* sum of noise energy data forward/backward */ in StatisticalEstimation() local
614 sumIsFwd = sumIsBwd = sumNrgFwd = sumNrgBwd = sumScfFwd = sumScfBwd = 0; in StatisticalEstimation()
635 sumNrgFwd += in StatisticalEstimation()
654 if (sumNrgFwd < sumNrgBwd) useNrgFwd = 1; in StatisticalEstimation()