Searched refs:outputLoudness (Results 1 – 6 of 6) sorted by relevance
1789 LONG outputLoudness = in aacDecoder_DecodeFrame() local1791 if (outputLoudness == DRC_DEC_LOUDNESS_NOT_PRESENT) { in aacDecoder_DecodeFrame()1793 self->streamInfo.outputLoudness = -1; in aacDecoder_DecodeFrame()1795 if (outputLoudness > 0) { in aacDecoder_DecodeFrame()1798 self->streamInfo.outputLoudness = 0; in aacDecoder_DecodeFrame()1800 self->streamInfo.outputLoudness = in aacDecoder_DecodeFrame()1801 -(INT)outputLoudness >> in aacDecoder_DecodeFrame()1809 self->streamInfo.outputLoudness = -1; in aacDecoder_DecodeFrame()1813 self->streamInfo.outputLoudness = self->streamInfo.drcProgRefLev; in aacDecoder_DecodeFrame()1815 self->streamInfo.outputLoudness = self->defaultTargetLoudness; in aacDecoder_DecodeFrame()
1303 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