comparison aactab.h @ 11932:ebe049799f6d libavcodec

aactab: Tablegenify ff_aac_pow2sf_tab.
author alexc
date Wed, 23 Jun 2010 19:30:01 +0000
parents 7dd2a45249a9
children
comparison
equal deleted inserted replaced
11931:980030a3e315 11932:ebe049799f6d
30 #ifndef AVCODEC_AACTAB_H 30 #ifndef AVCODEC_AACTAB_H
31 #define AVCODEC_AACTAB_H 31 #define AVCODEC_AACTAB_H
32 32
33 #include "libavutil/mem.h" 33 #include "libavutil/mem.h"
34 #include "aac.h" 34 #include "aac.h"
35 #include "aac_tablegen_decl.h"
35 36
36 #include <stdint.h> 37 #include <stdint.h>
37 38
38 /* NOTE: 39 /* NOTE:
39 * Tables in this file are used by the AAC decoder and will be used by the AAC 40 * Tables in this file are used by the AAC decoder and will be used by the AAC
71 extern const uint16_t * const ff_swb_offset_128 [13]; 72 extern const uint16_t * const ff_swb_offset_128 [13];
72 73
73 extern const uint8_t ff_tns_max_bands_1024[13]; 74 extern const uint8_t ff_tns_max_bands_1024[13];
74 extern const uint8_t ff_tns_max_bands_128 [13]; 75 extern const uint8_t ff_tns_max_bands_128 [13];
75 76
76 #if CONFIG_HARDCODED_TABLES
77 extern const float ff_aac_pow2sf_tab[428];
78 #else
79 extern float ff_aac_pow2sf_tab[428];
80 #endif /* CONFIG_HARDCODED_TABLES */
81
82 #endif /* AVCODEC_AACTAB_H */ 77 #endif /* AVCODEC_AACTAB_H */