diff aactab.h @ 9846:4cac4001dd23 libavcodec

Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be shared with the AAC encoder.
author alexc
date Fri, 12 Jun 2009 21:14:45 +0000
parents e9d9d946f213
children 69d79f51b8ce
line wrap: on
line diff
--- a/aactab.h	Fri Jun 12 17:39:56 2009 +0000
+++ b/aactab.h	Fri Jun 12 21:14:45 2009 +0000
@@ -65,6 +65,12 @@
 
 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