Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_drc.cpp850 FIXP_DBL *extGain, in aacDecoder_drcApply() argument
885 if (extGain != NULL) { in aacDecoder_drcApply()
886 INT gainScale = (INT)*extGain; in aacDecoder_drcApply()
889 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale); in aacDecoder_drcApply()
920 if (extGain != NULL) { in aacDecoder_drcApply()
921 INT gainScale = (INT)*extGain; in aacDecoder_drcApply()
924 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale); in aacDecoder_drcApply()
Daacdec_drc.h163 FIXP_DBL *extGain,
Daacdecoder.h226 …FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output si… member
Daacdecoder_lib.cpp877 self->extGain[0] = FL2FXCONST_DBL(1.0f/(float)(1<<TDL_GAIN_SCALING)); in aacDecoder_DecodeFrame()
1029 self->extGain, in aacDecoder_DecodeFrame()
Daacdecoder.cpp1742 self->extGain[0] = (FIXP_DBL)TDL_GAIN_SCALING; in CAacDecoder_DecodeFrame()
1749 self->extGain, in CAacDecoder_DecodeFrame()