Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_drc.cpp837 CDrcChannelData *pDrcChData, FIXP_DBL *extGain, in aacDecoder_drcApply() argument
871 if (extGain != NULL) { in aacDecoder_drcApply()
872 INT gainScale = (INT)*extGain; in aacDecoder_drcApply()
876 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()
903 if (extGain != NULL) { in aacDecoder_drcApply()
904 INT gainScale = (INT)*extGain; in aacDecoder_drcApply()
908 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()
Daacdec_drc.h172 CDrcChannelData *pDrcDat, FIXP_DBL *extGain, int ch,
Daacdecoder.h314 FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output signal. */ member
Daacdecoder_lib.cpp1319 self->extGain[0] = FL2FXCONST_DBL(1.0f / (float)(1 << TDL_GAIN_SCALING)); in aacDecoder_DecodeFrame()
1834 self->extGain, &pcmLimiterScale, 1, in aacDecoder_DecodeFrame()
Daacdecoder.cpp3305 self->extGain[0] = (FIXP_DBL)TDL_GAIN_SCALING; in CAacDecoder_DecodeFrame()
3309 &pAacDecoderStaticChannelInfo->drcData, self->extGain, c, in CAacDecoder_DecodeFrame()