Searched refs:extGain (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_drc.cpp | 852 CDrcChannelData *pDrcChData, FIXP_DBL *extGain, in aacDecoder_drcApply() argument 886 if (extGain != NULL) { in aacDecoder_drcApply() 887 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() 891 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply() 918 if (extGain != NULL) { in aacDecoder_drcApply() 919 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() 923 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()
|
D | aacdec_drc.h | 180 CDrcChannelData *pDrcDat, FIXP_DBL *extGain, int ch,
|
D | aacdecoder.h | 325 FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output signal. */ member
|
D | aacdecoder_lib.cpp | 1335 self->extGain[0] = AACDEC_DRC_GAIN_INIT_VALUE; in aacDecoder_DecodeFrame() 1987 self->hDrcInfo, (PCM_DEC *)pInterleaveBuffer, self->extGain, in aacDecoder_DecodeFrame() 2003 self->hDrcInfo, pTimeData2, self->extGain, NULL, pcmLimiterScale, in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 3467 self->extGain[0] = (FIXP_DBL)AACDEC_DRC_GAIN_SCALING; in CAacDecoder_DecodeFrame() 3472 &pAacDecoderStaticChannelInfo->drcData, self->extGain, c, in CAacDecoder_DecodeFrame()
|