From 85e9296f415c3349207cb0834ed28e8889d148ef Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 12 Jun 2009 21:14:45 +0000 Subject: Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be shared with the AAC encoder. Originally committed as revision 19174 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aactab.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/aactab.h') diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index dc62d5f376..fd0929c9c3 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -65,6 +65,12 @@ extern const uint16_t ff_aac_spectral_sizes[11]; extern const float *ff_aac_codebook_vectors[]; +extern const uint16_t *ff_swb_offset_1024[13]; +extern const uint16_t *ff_swb_offset_128 [13]; + +extern const uint8_t ff_tns_max_bands_1024[13]; +extern const uint8_t ff_tns_max_bands_128 [13]; + #if CONFIG_HARDCODED_TABLES extern const float ff_aac_pow2sf_tab[428]; #else -- cgit v1.2.3