Searched refs:fact_exponent (Results 1 – 1 of 1) sorted by relevance
866 INT fact_exponent[MAX_DRC_BANDS]; in aacDecoder_drcApply() local937 fact_exponent[band] = 1; in aacDecoder_drcApply()960 fact_exponent[band] = in aacDecoder_drcApply()981 3 + DRC_PARAM_SCALE, &fact_exponent[band]); in aacDecoder_drcApply()986 fact_exponent[band] += norm_exponent; in aacDecoder_drcApply()998 max_exponent = fixMax(max_exponent, fact_exponent[band]); in aacDecoder_drcApply()1014 fact_exponent[band] -= res; in aacDecoder_drcApply()1020 if (fact_exponent[band] < max_exponent) { in aacDecoder_drcApply()1021 fact_mantissa[band] >>= max_exponent - fact_exponent[band]; in aacDecoder_drcApply()