Searched defs:compensation (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_calc.cpp344 FIXP_DBL compensation; /* Compensation factor for the energy change when applying modified gains */ local
395 /* Calculate compensation factor to retain the energy of the amplified signal */
398 &compensation, &compensation_e);
400 /* Apply compensation factor to all gains of the group */
402 nrgGain[k] = fMult(nrgGain[k],compensation);

Completed in 116 milliseconds