Searched refs:extGain (Results 1 – 5 of 5) sorted by relevance
850 FIXP_DBL *extGain, in aacDecoder_drcApply() argument885 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()
163 FIXP_DBL *extGain,
226 …FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output si… member
877 self->extGain[0] = FL2FXCONST_DBL(1.0f/(float)(1<<TDL_GAIN_SCALING)); in aacDecoder_DecodeFrame()1029 self->extGain, in aacDecoder_DecodeFrame()
1742 self->extGain[0] = (FIXP_DBL)TDL_GAIN_SCALING; in CAacDecoder_DecodeFrame()1749 self->extGain, in CAacDecoder_DecodeFrame()