Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_drc.cpp852 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()
Daacdec_drc.h180 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()
1987 self->hDrcInfo, (PCM_DEC *)pInterleaveBuffer, self->extGain, in aacDecoder_DecodeFrame()
2003 self->hDrcInfo, pTimeData2, self->extGain, NULL, pcmLimiterScale, in aacDecoder_DecodeFrame()
Daacdecoder.cpp3467 self->extGain[0] = (FIXP_DBL)AACDEC_DRC_GAIN_SCALING; in CAacDecoder_DecodeFrame()
3472 &pAacDecoderStaticChannelInfo->drcData, self->extGain, c, in CAacDecoder_DecodeFrame()