Lines Matching refs:outputPeakLevel
238 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()
1641 if (pCandidate->outputPeakLevel <= FIXP_DBL(0)) { in _drcSetFinalSelection_peakValue0()
1841 peakLevel = pCandidate->outputPeakLevel; in _drcSetFinalSelection_peakValueLargest()
1853 peakLevel = pCandidate->outputPeakLevel; in _drcSetFinalSelection_peakValueLargest()
2033 hSelProcOutput->outputPeakLevelDb = pSelectionData->outputPeakLevel; in _generateOutputInfo()