Searched refs:peakLevel (Results 1 – 1 of 1) sorted by relevance
1295 FIXP_DBL peakLevel = 0; /* e = 7 */ in _drcSetSelectionAddCandidates() local1301 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() local1841 peakLevel = pCandidate->outputPeakLevel; in _drcSetFinalSelection_peakValueLargest()[all …]