Searched refs:fact_exponent (Results 1 – 1 of 1) sorted by relevance
866 INT fact_exponent[MAX_DRC_BANDS]; in aacDecoder_drcApply() local943 fact_exponent[band] = 1; in aacDecoder_drcApply()967 fact_exponent[band] = DVB_COMPRESSION_SCALE - valX + compressionFactorVal_e; in aacDecoder_drcApply()987 &fact_exponent[band] ); in aacDecoder_drcApply()992 fact_exponent[band] += norm_exponent; in aacDecoder_drcApply()1008 max_exponent = fixMax(max_exponent, fact_exponent[band]); in aacDecoder_drcApply()1023 fact_exponent[band] -= res; in aacDecoder_drcApply()1029 if (fact_exponent[band] < max_exponent) { in aacDecoder_drcApply()1030 fact_mantissa[band] >>= max_exponent - fact_exponent[band]; in aacDecoder_drcApply()