diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-08 23:21:17 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-08 23:21:17 +0000 |
commit | dc7e07ac1f015117a3abaa9c5f3a594cc7fd0b7a (patch) | |
tree | ddbd5861f46a4a12808c7c9fe6f846faa8dc7b01 /libavcodec/ac3dec_data.c | |
parent | d267b339e4dbf8d70455e3163b2d39aff0efe314 (diff) | |
download | ffmpeg-dc7e07ac1f015117a3abaa9c5f3a594cc7fd0b7a.tar.gz |
Add stereo rematrixing support to the AC-3 encoders.
This improves the audio quality significantly for stereo source with both the
fixed-point and floating-point AC-3 encoders.
Update acodec-ac3_fixed and seek-ac3_rm test references.
Originally committed as revision 26271 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.c')
-rw-r--r-- | libavcodec/ac3dec_data.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c index ea13d3de51..c40390245c 100644 --- a/libavcodec/ac3dec_data.c +++ b/libavcodec/ac3dec_data.c @@ -43,12 +43,6 @@ const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3] = { { 3, 0, 1 }, { 3, 0, 2 }, { 3, 1, 0 }, { 3, 1, 1 } }; -/** - * Table of bin locations for rematrixing bands - * reference: Section 7.5.2 Rematrixing : Frequency Band Definitions - */ -const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 }; - const uint8_t ff_eac3_hebap_tab[64] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, |