From 7f4e15e2f4da4563de9c30d91bc8bb1e99e8452c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 22 Jul 2009 23:33:58 +0000 Subject: cosmetics: Reorder some tables/lines to make future diffs smaller. Originally committed as revision 19498 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec_data.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavcodec/ac3dec_data.c') diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c index aec53af9aa..29d2adde02 100644 --- a/libavcodec/ac3dec_data.c +++ b/libavcodec/ac3dec_data.c @@ -43,6 +43,12 @@ 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, @@ -1125,9 +1131,3 @@ const uint8_t ff_eac3_frm_expstr[32][6] = { */ const uint8_t ff_eac3_default_cpl_band_struct[18] = { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 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 }; -- cgit v1.2.3