Searched refs:fact_exponent (Results 1 – 1 of 1) sorted by relevance
859 INT fact_exponent[MAX_DRC_BANDS]; in aacDecoder_drcApply() local930 fact_exponent[band] = 1; in aacDecoder_drcApply()953 fact_exponent[band] = in aacDecoder_drcApply()974 3 + DRC_PARAM_SCALE, &fact_exponent[band]); in aacDecoder_drcApply()979 fact_exponent[band] += norm_exponent; in aacDecoder_drcApply()991 max_exponent = fixMax(max_exponent, fact_exponent[band]); in aacDecoder_drcApply()1007 fact_exponent[band] -= res; in aacDecoder_drcApply()1013 if (fact_exponent[band] < max_exponent) { in aacDecoder_drcApply()1014 fact_mantissa[band] >>= max_exponent - fact_exponent[band]; in aacDecoder_drcApply()