Searched refs:fact_exponent (Results 1 – 1 of 1) sorted by relevance
851 INT fact_exponent[MAX_DRC_BANDS]; in aacDecoder_drcApply() local924 fact_exponent[band] = 1; in aacDecoder_drcApply()947 fact_exponent[band] = in aacDecoder_drcApply()968 3 + DRC_PARAM_SCALE, &fact_exponent[band]); in aacDecoder_drcApply()973 fact_exponent[band] += norm_exponent; in aacDecoder_drcApply()985 max_exponent = fixMax(max_exponent, fact_exponent[band]); in aacDecoder_drcApply()1001 fact_exponent[band] -= res; in aacDecoder_drcApply()1007 if (fact_exponent[band] < max_exponent) { in aacDecoder_drcApply()1008 fact_mantissa[band] >>= max_exponent - fact_exponent[band]; in aacDecoder_drcApply()