Searched refs:extGain (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_drc.cpp | 845 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()
|
D | aacdec_drc.h | 179 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() 1970 self->hDrcInfo, (PCM_DEC *)pInterleaveBuffer, self->extGain, in aacDecoder_DecodeFrame() 1986 self->hDrcInfo, pTimeData2, self->extGain, NULL, pcmLimiterScale, in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 3424 self->extGain[0] = (FIXP_DBL)AACDEC_DRC_GAIN_SCALING; in CAacDecoder_DecodeFrame() 3429 &pAacDecoderStaticChannelInfo->drcData, self->extGain, c, in CAacDecoder_DecodeFrame()
|