Searched refs:outputLoudness (Results 1 – 6 of 6) sorted by relevance
1765 LONG outputLoudness = in aacDecoder_DecodeFrame() local1767 if (outputLoudness == DRC_DEC_LOUDNESS_NOT_PRESENT) { in aacDecoder_DecodeFrame()1769 self->streamInfo.outputLoudness = -1; in aacDecoder_DecodeFrame()1771 if (outputLoudness > 0) { in aacDecoder_DecodeFrame()1774 self->streamInfo.outputLoudness = 0; in aacDecoder_DecodeFrame()1776 self->streamInfo.outputLoudness = in aacDecoder_DecodeFrame()1777 -(INT)outputLoudness >> in aacDecoder_DecodeFrame()1785 self->streamInfo.outputLoudness = -1; in aacDecoder_DecodeFrame()1789 self->streamInfo.outputLoudness = self->streamInfo.drcProgRefLev; in aacDecoder_DecodeFrame()1791 self->streamInfo.outputLoudness = self->defaultTargetLoudness; in aacDecoder_DecodeFrame()
1229 pStreamInfo->outputLoudness = -1; /* default: no loudness metadata present */ in CStreamInfoInit()
164 FIXP_DBL outputLoudness; /* e = 7 */ member
238 FIXP_DBL outputLoudness; /* e = 7 */ member1072 pData->outputLoudness = loudness + pData->loudnessNormalizationGainDbAdjusted; in _setSelectionDataInfo()1079 pData->outputLoudness = in _setSelectionDataInfo()1080 SATURATE_LEFT_SHIFT(pData->outputLoudness, 1, DFRACT_BITS); in _setSelectionDataInfo()1365 pCandidate->outputLoudness -= adjustment; in _drcSetSelectionAddCandidates()2071 hSelProcOutput->outputLoudness = pSelectionData->outputLoudness; in _generateOutputInfo()
523 return (LONG)hDrcDec->selProcOutput.outputLoudness; in FDK_drcDec_GetParam()
873 INT outputLoudness; /*!< Audio output loudness in steps of -0.25 dB. Range: 0 member