Searched refs:gainScale (Results 1 – 1 of 1) sorted by relevance
887 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local890 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()891 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()919 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local922 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()923 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()