Searched refs:extGain (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_drc.cpp | 837 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()
|
D | aacdec_drc.h | 172 CDrcChannelData *pDrcDat, FIXP_DBL *extGain, int ch,
|
D | aacdecoder.h | 314 FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output signal. */ member
|
D | aacdecoder_lib.cpp | 1319 self->extGain[0] = FL2FXCONST_DBL(1.0f / (float)(1 << TDL_GAIN_SCALING)); in aacDecoder_DecodeFrame() 1834 self->extGain, &pcmLimiterScale, 1, in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 3305 self->extGain[0] = (FIXP_DBL)TDL_GAIN_SCALING; in CAacDecoder_DecodeFrame() 3309 &pAacDecoderStaticChannelInfo->drcData, self->extGain, c, in CAacDecoder_DecodeFrame()
|