Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp1295 FIXP_DBL peakLevel = 0; /* e = 7 */ in _drcSetSelectionAddCandidates() local
1301 peakLevel = pCandidate->outputPeakLevel; in _drcSetSelectionAddCandidates()
1303 if (peakLevel < lowestPeakLevel) { in _drcSetSelectionAddCandidates()
1304 lowestPeakLevel = peakLevel; in _drcSetSelectionAddCandidates()
1317 peakLevel = pCandidate->outputPeakLevel; in _drcSetSelectionAddCandidates()
1319 if (peakLevel == lowestPeakLevel || in _drcSetSelectionAddCandidates()
1320 peakLevel <= in _drcSetSelectionAddCandidates()
1323 fMax((FIXP_DBL)0, peakLevel - hSelProcInput->outputPeakLevelMax); in _drcSetSelectionAddCandidates()
1834 FIXP_DBL peakLevel = 0; in _drcSetFinalSelection_peakValueLargest() local
1841 peakLevel = pCandidate->outputPeakLevel; in _drcSetFinalSelection_peakValueLargest()
[all …]