Mercurial > libavcodec.hg
comparison truespeech_data.h @ 5162:4394344397d8 libavcodec
include all prerequisites in header files
author | mru |
---|---|
date | Sat, 16 Jun 2007 22:59:13 +0000 |
parents | c8c591fe26f8 |
children | 0e1fbd77bf55 |
comparison
equal
deleted
inserted
replaced
5161:94c3f01c243c | 5162:4394344397d8 |
---|---|
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 | 21 |
22 #ifndef __TRUESPEECH_DATA__ | 22 #ifndef __TRUESPEECH_DATA__ |
23 #define __TRUESPEECH_DATA__ | 23 #define __TRUESPEECH_DATA__ |
24 | |
25 #include <stdint.h> | |
24 | 26 |
25 /* codebooks fo expanding input filter */ | 27 /* codebooks fo expanding input filter */ |
26 static const int16_t ts_cb_0[32] = { | 28 static const int16_t ts_cb_0[32] = { |
27 0x8240, 0x8364, 0x84CE, 0x865D, 0x8805, 0x89DE, 0x8BD7, 0x8DF4, | 29 0x8240, 0x8364, 0x84CE, 0x865D, 0x8805, 0x89DE, 0x8BD7, 0x8DF4, |
28 0x9051, 0x92E2, 0x95DE, 0x990F, 0x9C81, 0xA079, 0xA54C, 0xAAD2, | 30 0x9051, 0x92E2, 0x95DE, 0x990F, 0x9C81, 0xA079, 0xA54C, 0xAAD2, |