Searched refs:gainScale (Results 1 – 1 of 1) sorted by relevance
872 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local875 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()876 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()904 INT gainScale = (INT)*extGain; in aacDecoder_drcApply() local907 if (gainScale >= 0 && gainScale <= DFRACT_BITS) { in aacDecoder_drcApply()908 *extGain = scaleValue(norm_mantissa, norm_exponent - gainScale); in aacDecoder_drcApply()