comparison 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
comparison
equal deleted inserted replaced
9845:45d331133468 9846:4cac4001dd23
63 extern const uint8_t * const ff_aac_spectral_bits [11]; 63 extern const uint8_t * const ff_aac_spectral_bits [11];
64 extern const uint16_t ff_aac_spectral_sizes[11]; 64 extern const uint16_t ff_aac_spectral_sizes[11];
65 65
66 extern const float *ff_aac_codebook_vectors[]; 66 extern const float *ff_aac_codebook_vectors[];
67 67
68 extern const uint16_t *ff_swb_offset_1024[13];
69 extern const uint16_t *ff_swb_offset_128 [13];
70
71 extern const uint8_t ff_tns_max_bands_1024[13];
72 extern const uint8_t ff_tns_max_bands_128 [13];
73
68 #if CONFIG_HARDCODED_TABLES 74 #if CONFIG_HARDCODED_TABLES
69 extern const float ff_aac_pow2sf_tab[428]; 75 extern const float ff_aac_pow2sf_tab[428];
70 #else 76 #else
71 extern float ff_aac_pow2sf_tab[428]; 77 extern float ff_aac_pow2sf_tab[428];
72 #endif /* CONFIG_HARDCODED_TABLES */ 78 #endif /* CONFIG_HARDCODED_TABLES */