Searched refs:gainScale (Results 1 – 1 of 1) sorted by relevance
886 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local888 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()889 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale); in aacDecoder_drcApply()921 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local923 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()924 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale); in aacDecoder_drcApply()