Searched refs:gainScale (Results 1 – 1 of 1) sorted by relevance
874 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local877 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()878 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()906 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local909 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()910 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()