summaryrefslogtreecommitdiff
path: root/libavcodec/truespeech_data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-04 03:01:05 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-04 03:01:05 +0000
commit87f50d273354fbf5a78d13cf7ec7d6f3b1b49a00 (patch)
tree88ca7243645dd8dcccf5580712624f7f2701c37b /libavcodec/truespeech_data.h
parent6942d002ba8570acc49dc76d14b8af785fb9491d (diff)
Make all tables static const.
Originally committed as revision 4808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/truespeech_data.h')
-rw-r--r--libavcodec/truespeech_data.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/libavcodec/truespeech_data.h b/libavcodec/truespeech_data.h
index aaee27ff54..9a90072343 100644
--- a/libavcodec/truespeech_data.h
+++ b/libavcodec/truespeech_data.h
@@ -2,53 +2,53 @@
#define __TRUESPEECH_DATA__
/* codebooks fo expanding input filter */
-const int16_t ts_cb_0[32] = {
+static const int16_t ts_cb_0[32] = {
0x8240, 0x8364, 0x84CE, 0x865D, 0x8805, 0x89DE, 0x8BD7, 0x8DF4,
0x9051, 0x92E2, 0x95DE, 0x990F, 0x9C81, 0xA079, 0xA54C, 0xAAD2,
0xB18A, 0xB90A, 0xC124, 0xC9CC, 0xD339, 0xDDD3, 0xE9D6, 0xF893,
0x096F, 0x1ACA, 0x29EC, 0x381F, 0x45F9, 0x546A, 0x63C3, 0x73B5,
};
-const int16_t ts_cb_1[32] = {
+static const int16_t ts_cb_1[32] = {
0x9F65, 0xB56B, 0xC583, 0xD371, 0xE018, 0xEBB4, 0xF61C, 0xFF59,
0x085B, 0x1106, 0x1952, 0x214A, 0x28C9, 0x2FF8, 0x36E6, 0x3D92,
0x43DF, 0x49BB, 0x4F46, 0x5467, 0x5930, 0x5DA3, 0x61EC, 0x65F9,
0x69D4, 0x6D5A, 0x709E, 0x73AD, 0x766B, 0x78F0, 0x7B5A, 0x7DA5,
};
-const int16_t ts_cb_2[16] = {
+static const int16_t ts_cb_2[16] = {
0x96F8, 0xA3B4, 0xAF45, 0xBA53, 0xC4B1, 0xCECC, 0xD86F, 0xE21E,
0xEBF3, 0xF640, 0x00F7, 0x0C20, 0x1881, 0x269A, 0x376B, 0x4D60,
};
-const int16_t ts_cb_3[16] = {
+static const int16_t ts_cb_3[16] = {
0xC654, 0xDEF2, 0xEFAA, 0xFD94, 0x096A, 0x143F, 0x1E7B, 0x282C,
0x3176, 0x3A89, 0x439F, 0x4CA2, 0x557F, 0x5E50, 0x6718, 0x6F8D,
};
-const int16_t ts_cb_4[16] = {
+static const int16_t ts_cb_4[16] = {
0xABE7, 0xBBA8, 0xC81C, 0xD326, 0xDD0E, 0xE5D4, 0xEE22, 0xF618,
0xFE28, 0x064F, 0x0EB7, 0x17B8, 0x21AA, 0x2D8B, 0x3BA2, 0x4DF9,
};
-const int16_t ts_cb_5[8] = {
+static const int16_t ts_cb_5[8] = {
0xD51B, 0xF12E, 0x042E, 0x13C7, 0x2260, 0x311B, 0x40DE, 0x5385,
};
-const int16_t ts_cb_6[8] = {
+static const int16_t ts_cb_6[8] = {
0xB550, 0xC825, 0xD980, 0xE997, 0xF883, 0x0752, 0x1811, 0x2E18,
};
-const int16_t ts_cb_7[8] = {
+static const int16_t ts_cb_7[8] = {
0xCEF0, 0xE4F9, 0xF6BB, 0x0646, 0x14F5, 0x23FF, 0x356F, 0x4A8D,
};
-const int16_t *ts_codebook[8] = {
+static const int16_t *ts_codebook[8] = {
ts_cb_0, ts_cb_1, ts_cb_2, ts_cb_3, ts_cb_4, ts_cb_5, ts_cb_6, ts_cb_7
};
/* table used for decoding pulse positions */
-const int16_t ts_140[120] = {
+static const int16_t ts_140[120] = {
0x0E46, 0x0CCC, 0x0B6D, 0x0A28, 0x08FC, 0x07E8, 0x06EB, 0x0604,
0x0532, 0x0474, 0x03C9, 0x0330, 0x02A8, 0x0230, 0x01C7, 0x016C,
0x011E, 0x00DC, 0x00A5, 0x0078, 0x0054, 0x0038, 0x0023, 0x0014,
@@ -71,11 +71,11 @@ const int16_t ts_140[120] = {
};
/* filter for correlated input filter */
-const int16_t ts_230[8] =
+static const int16_t ts_230[8] =
{ 0x7F3B, 0x7E78, 0x7DB6, 0x7CF5, 0x7C35, 0x7B76, 0x7AB8, 0x79FC };
/* two-point filters table */
-const int16_t ts_240[25 * 2] = {
+static const int16_t ts_240[25 * 2] = {
0xED2F, 0x5239,
0x54F1, 0xE4A9,
0x2620, 0xEE3E,
@@ -108,7 +108,7 @@ const int16_t ts_240[25 * 2] = {
};
/* possible pulse values */
-const int16_t ts_562[64] = {
+static const int16_t ts_562[64] = {
0x0002, 0x0006, 0xFFFE, 0xFFFA,
0x0004, 0x000C, 0xFFFC, 0xFFF4,
0x0006, 0x0012, 0xFFFA, 0xFFEE,
@@ -128,9 +128,9 @@ const int16_t ts_562[64] = {
};
/* filters used in final output calculations */
-const int16_t ts_5E2[8] =
+static const int16_t ts_5E2[8] =
{ 0x4666, 0x26B8, 0x154C, 0x0BB6, 0x0671, 0x038B, 0x01F3, 0x0112 };
-const int16_t ts_5F2[8] =
+static const int16_t ts_5F2[8] =
{ 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 };
#endif