Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp238 FIXP_DBL outputPeakLevel; /* e = 7 */ member
1049 pData->outputPeakLevel = in _setSelectionDataInfo()
1057 pData->outputPeakLevel = in _setSelectionDataInfo()
1058 SATURATE_LEFT_SHIFT(pData->outputPeakLevel, 1, DFRACT_BITS); in _setSelectionDataInfo()
1145 pData->outputPeakLevel = in _preSelectionRequirement8()
1150 pData->outputPeakLevel = (FIXP_DBL)0; in _preSelectionRequirement8()
1209 if (pCandidate->outputPeakLevel <= hSelProcInput->outputPeakLevelMax) { in _preSelectionRequirement9()
1301 peakLevel = pCandidate->outputPeakLevel; in _drcSetSelectionAddCandidates()
1317 peakLevel = pCandidate->outputPeakLevel; in _drcSetSelectionAddCandidates()
1327 pCandidate->outputPeakLevel -= adjustment; in _drcSetSelectionAddCandidates()
[all …]