diff options
author | Claudio Freire <klaussfreire@gmail.com> | 2015-07-20 22:53:24 -0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-27 19:13:48 +0200 |
commit | 59216e0525a58714be4207be6ae8744750e62867 (patch) | |
tree | 8c5b41b3471b08e17396c159001da6deff7ce347 /libavcodec/libaacplus.c | |
parent | c8c86b8f9b8c166633a7324c8646f38866801b88 (diff) | |
download | ffmpeg-59216e0525a58714be4207be6ae8744750e62867.tar.gz |
AAC Encoder: clipping avoidance
Avoid clipping due to quantization noise to produce audible
artifacts, by detecting near-clipping signals and both attenuating
them a little and encoding escape-encoded bands (usually the
loudest) rounding towards zero instead of nearest, which tends to
decrease overall energy and thus clipping.
Currently fate tests measure numerical error so this change makes
tests using asynth (which are near clipping) report higher error
not less, because of window attenuation. Yet, they sound better,
not worse (albeit subtle, other samples aren't subtle at all).
Only measuring psychoacoustically weighted error would make for
a representative test, so that will be left for a future patch.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/libaacplus.c')
0 files changed, 0 insertions, 0 deletions