Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_drc.cpp845 CDrcChannelData *pDrcChData, FIXP_DBL *extGain, in aacDecoder_drcApply() argument
879 if (extGain != NULL) { in aacDecoder_drcApply()
880 INT gainScale = (INT)*extGain; in aacDecoder_drcApply()
884 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()
911 if (extGain != NULL) { in aacDecoder_drcApply()
912 INT gainScale = (INT)*extGain; in aacDecoder_drcApply()
916 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()
Daacdec_drc.h179 CDrcChannelData *pDrcDat, FIXP_DBL *extGain, int ch,
Daacdecoder.h325 FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output signal. */ member
Daacdecoder_lib.cpp1335 self->extGain[0] = AACDEC_DRC_GAIN_INIT_VALUE; in aacDecoder_DecodeFrame()
1970 self->hDrcInfo, (PCM_DEC *)pInterleaveBuffer, self->extGain, in aacDecoder_DecodeFrame()
1986 self->hDrcInfo, pTimeData2, self->extGain, NULL, pcmLimiterScale, in aacDecoder_DecodeFrame()
Daacdecoder.cpp3424 self->extGain[0] = (FIXP_DBL)AACDEC_DRC_GAIN_SCALING; in CAacDecoder_DecodeFrame()
3429 &pAacDecoderStaticChannelInfo->drcData, self->extGain, c, in CAacDecoder_DecodeFrame()