History log of /frameworks/av/media/libeffects/loudness/EffectLoudnessEnhancer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9803acb6b2c1b9c01444e0c8c0124adbe9a7157a 18-Dec-2013 synergy dev <synergye@codefi.re> libeffects: do not use GNU old-style field designators

Avoiding the use of GCC extensions improves code portability

Change-Id: I9edbedc5c8ad4aa46ca54bc2e28280441431a530
/frameworks/av/media/libeffects/loudness/EffectLoudnessEnhancer.cpp
cd0c4683947231a7d3dc7811bedb75c5a965103c 26-Sep-2013 Jean-Michel Trivi <jmtrivi@google.com> LoudnessEnhancer compatible with stereo imaging

Use a single compressor for both channels.
Envelope of signal is determined by looking at both channels.

Bug 8413913

Change-Id: Ia9b6f34923d2977c60a3352500b858dfa1fab33c
/frameworks/av/media/libeffects/loudness/EffectLoudnessEnhancer.cpp
6cc3a9948b51193dfdcb0c3527d7f3d1ca38aa3c 10-Sep-2013 Jean-Michel Trivi <jmtrivi@google.com> LoudnessEnhancer audio effect implementation

Implementation based on DRC effect, controlled by a
target gain.
The target gain is used to amplify the signal at
the input of the DRC, and to compute the knee
of the DRC.

Bug 8413913

Change-Id: I386d64793a9fa3f7218e053d6f0a99f6836c02bd
/frameworks/av/media/libeffects/loudness/EffectLoudnessEnhancer.cpp