bluez/sbc
Siarhei Siamashka 3df7c3e660 sbc: added saturated clipping of decoder output to 16-bit
This prevents overflows and audible artefacts for the audio files which
originally had loudness maximized. Music from audio CD disks is an
example of such files, see http://en.wikipedia.org/wiki/Loudness_war
2009-04-17 19:00:24 +02:00
..
formats.h Update copyright information 2009-01-01 19:33:20 +01:00
Makefile.am Fix SBC to compile cleanly with -Wsign-compare 2009-01-30 00:02:58 +01:00
sbc_math.h SIMD-friendly variant of SBC encoder analysis filter 2009-01-16 00:28:32 +01:00
sbc_primitives_mmx.c sbc: provide implementation info as a readable string 2009-02-17 23:54:45 +02:00
sbc_primitives_mmx.h MMX and ARM NEON optimized versions of analysis filter for SBC encoder 2009-01-16 08:23:24 +01:00
sbc_primitives_neon.c sbc: provide implementation info as a readable string 2009-02-17 23:54:45 +02:00
sbc_primitives_neon.h MMX and ARM NEON optimized versions of analysis filter for SBC encoder 2009-01-16 08:23:24 +01:00
sbc_primitives.c sbc: ensure 16-byte buffer position alignment for 4 subbands encoding 2009-03-14 07:15:47 +01:00
sbc_primitives.h sbc: provide implementation info as a readable string 2009-02-17 23:54:45 +02:00
sbc_tables.h Audio quality improvement for 16-bit fixed point SBC encoder 2009-01-23 21:13:02 +02:00
sbc.c sbc: added saturated clipping of decoder output to 16-bit 2009-04-17 19:00:24 +02:00
sbc.h Do some coding style cleanups 2009-04-17 01:55:42 +02:00
sbcdec.c fix up sbc.h prototypes to use const/size_t wherever applicable 2009-04-17 01:45:19 +02:00
sbcenc.c fix up sbc.h prototypes to use const/size_t wherever applicable 2009-04-17 01:45:19 +02:00
sbcinfo.c Fix a couple of other places that should use size_t and ssize_t 2009-03-12 16:33:14 -03:00
sbctester.c Update copyright information 2009-01-01 19:33:20 +01:00