[xiph-cvs] cvs commit: speex/libspeex exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c exc_5_256_table.c exc_5_64_table.c exc_8_128_table.c gain_table.c gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c lsp_tables_nb.c misc.h

Jean-Marc Valin jm at xiph.org
Thu Jan 30 17:42:54 PST 2003



jm          03/01/30 20:42:54

  Modified:    doc      manual.lyx
               libspeex exc_10_16_table.c exc_10_32_table.c
                        exc_20_32_table.c exc_5_256_table.c
                        exc_5_64_table.c exc_8_128_table.c gain_table.c
                        gain_table_lbr.c hexc_10_32_table.c hexc_table.c
                        high_lsp_tables.c lsp_tables_nb.c misc.h
  Log:
  Some cleaning up that might help with MS compilers.

Revision  Changes    Path
1.50      +2 -3      speex/doc/manual.lyx

Index: manual.lyx
===================================================================
RCS file: /usr/local/cvsroot/speex/doc/manual.lyx,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- manual.lyx	28 Jan 2003 08:15:46 -0000	1.49
+++ manual.lyx	31 Jan 2003 01:42:53 -0000	1.50
@@ -4024,11 +4024,10 @@
  (VBR) status (integer)
 \layout Description
 
-SPEEX_SET_VBR_QUALITY* Set the encoder VBR speech quality (integer 0 to
- 10)
+SPEEX_SET_VBR_QUALITY* Set the encoder VBR speech quality (float 0 to 10)
 \layout Description
 
-SPEEX_GET_VBR_QUALITY* Get the current encoder VBR speech quality (integer
+SPEEX_GET_VBR_QUALITY* Get the current encoder VBR speech quality (float
  0 to 10)
 \layout Description
 

<p><p>1.3       +17 -17    speex/libspeex/exc_10_16_table.c

Index: exc_10_16_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/exc_10_16_table.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exc_10_16_table.c	27 Jan 2003 08:31:45 -0000	1.2
+++ exc_10_16_table.c	31 Jan 2003 01:42:53 -0000	1.3
@@ -31,20 +31,20 @@
 */
 
 
-signed char exc_10_16_table[16][10] = {
-{22,39,14,44,11,35,-2,23,-4,6},
-{46,-28,13,-27,-23,12,4,20,-5,9},
-{37,-18,-23,23,0,9,-6,-20,4,-1},
-{-17,-5,-4,17,0,1,9,-2,1,2},
-{2,-12,8,-25,39,15,9,16,-55,-11},
-{9,11,5,10,-2,-60,8,13,-6,11},
-{-16,27,-47,-12,11,1,16,-7,9,-3},
-{-29,9,-14,25,-19,34,36,12,40,-10},
-{-3,-24,-14,-37,-21,-35,-2,-36,3,-6},
-{67,28,6,-17,-3,-12,-16,-15,-17,-7},
-{-59,-36,-13,1,7,1,2,10,2,11},
-{13,10,8,-2,7,3,5,4,2,2},
-{-3,-8,4,-5,6,7,-42,15,35,-2},
-{-46,38,28,-20,-9,1,7,-3,0,-2},
-{-5,-4,-2,-4,-8,-3,-8,-5,-7,-4},
-{-15,-28,52,32,5,-5,-17,-20,-10,-1}};
+signed char exc_10_16_table[160] = {
+22,39,14,44,11,35,-2,23,-4,6,
+46,-28,13,-27,-23,12,4,20,-5,9,
+37,-18,-23,23,0,9,-6,-20,4,-1,
+-17,-5,-4,17,0,1,9,-2,1,2,
+2,-12,8,-25,39,15,9,16,-55,-11,
+9,11,5,10,-2,-60,8,13,-6,11,
+-16,27,-47,-12,11,1,16,-7,9,-3,
+-29,9,-14,25,-19,34,36,12,40,-10,
+-3,-24,-14,-37,-21,-35,-2,-36,3,-6,
+67,28,6,-17,-3,-12,-16,-15,-17,-7,
+-59,-36,-13,1,7,1,2,10,2,11,
+13,10,8,-2,7,3,5,4,2,2,
+-3,-8,4,-5,6,7,-42,15,35,-2,
+-46,38,28,-20,-9,1,7,-3,0,-2,
+-5,-4,-2,-4,-8,-3,-8,-5,-7,-4,
+-15,-28,52,32,5,-5,-17,-20,-10,-1};

<p><p>1.5       +33 -33    speex/libspeex/exc_10_32_table.c

Index: exc_10_32_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/exc_10_32_table.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exc_10_32_table.c	27 Jan 2003 08:31:45 -0000	1.4
+++ exc_10_32_table.c	31 Jan 2003 01:42:53 -0000	1.5
@@ -31,36 +31,36 @@
 */
 
 
-signed char exc_10_32_table[32][10] = {
-{7,17,17,27,25,22,12,4,-3,0},
-{28,-36,39,-24,-15,3,-9,15,-5,10},
-{31,-28,11,31,-21,9,-11,-11,-2,-7},
-{-25,14,-22,31,4,-14,19,-12,14,-5},
-{4,-7,4,-5,9,0,-2,42,-47,-16},
-{1,8,0,9,23,-57,0,28,-11,6},
-{-31,55,-45,3,-5,4,2,-2,4,-7},
-{-3,6,-2,7,-3,12,5,8,54,-10},
-{8,-7,-8,-24,-25,-27,-14,-5,8,5},
-{44,23,5,-9,-11,-11,-13,-9,-12,-8},
-{-29,-8,-22,6,-15,3,-12,-1,-5,-3},
-{34,-1,29,-16,17,-4,12,2,1,4},
-{-2,-4,2,-1,11,-3,-52,28,30,-9},
-{-32,25,44,-20,-24,4,6,-1,0,0},
-{-3,7,-4,-4,-7,-6,-9,-2,-10,-7},
-{-25,-10,22,29,13,-13,-22,-13,-4,0},
-{-4,-16,10,15,-36,-24,28,25,-1,-3},
-{66,-33,-11,-15,6,0,3,4,-2,5},
-{24,-20,-47,29,19,-2,-4,-1,0,-1},
-{-2,3,1,8,-11,5,5,-57,28,28},
-{0,-16,4,-4,12,-6,-1,2,-20,61},
-{-9,24,-22,-42,29,6,17,8,4,2},
-{-65,15,8,10,5,6,5,3,2,-2},
-{-3,5,-9,4,-5,23,13,23,-3,-63},
-{3,-5,-4,-6,0,-3,23,-36,-46,9},
-{5,5,8,4,9,-5,1,-3,10,1},
-{-6,10,-11,24,-47,31,22,-12,14,-10},
-{6,11,-7,-7,7,-31,51,-12,-6,7},
-{6,-17,9,-11,-20,52,-19,3,-6,-6},
-{-8,-5,23,-41,37,1,-21,10,-14,8},
-{7,5,-15,-15,23,39,-26,-33,7,2},
-{-32,-30,-21,-8,4,12,17,15,14,11}};
+signed char exc_10_32_table[320] = {
+7,17,17,27,25,22,12,4,-3,0,
+28,-36,39,-24,-15,3,-9,15,-5,10,
+31,-28,11,31,-21,9,-11,-11,-2,-7,
+-25,14,-22,31,4,-14,19,-12,14,-5,
+4,-7,4,-5,9,0,-2,42,-47,-16,
+1,8,0,9,23,-57,0,28,-11,6,
+-31,55,-45,3,-5,4,2,-2,4,-7,
+-3,6,-2,7,-3,12,5,8,54,-10,
+8,-7,-8,-24,-25,-27,-14,-5,8,5,
+44,23,5,-9,-11,-11,-13,-9,-12,-8,
+-29,-8,-22,6,-15,3,-12,-1,-5,-3,
+34,-1,29,-16,17,-4,12,2,1,4,
+-2,-4,2,-1,11,-3,-52,28,30,-9,
+-32,25,44,-20,-24,4,6,-1,0,0,
+-3,7,-4,-4,-7,-6,-9,-2,-10,-7,
+-25,-10,22,29,13,-13,-22,-13,-4,0,
+-4,-16,10,15,-36,-24,28,25,-1,-3,
+66,-33,-11,-15,6,0,3,4,-2,5,
+24,-20,-47,29,19,-2,-4,-1,0,-1,
+-2,3,1,8,-11,5,5,-57,28,28,
+0,-16,4,-4,12,-6,-1,2,-20,61,
+-9,24,-22,-42,29,6,17,8,4,2,
+-65,15,8,10,5,6,5,3,2,-2,
+-3,5,-9,4,-5,23,13,23,-3,-63,
+3,-5,-4,-6,0,-3,23,-36,-46,9,
+5,5,8,4,9,-5,1,-3,10,1,
+-6,10,-11,24,-47,31,22,-12,14,-10,
+6,11,-7,-7,7,-31,51,-12,-6,7,
+6,-17,9,-11,-20,52,-19,3,-6,-6,
+-8,-5,23,-41,37,1,-21,10,-14,8,
+7,5,-15,-15,23,39,-26,-33,7,2,
+-32,-30,-21,-8,4,12,17,15,14,11};

<p><p>1.3       +33 -33    speex/libspeex/exc_20_32_table.c

Index: exc_20_32_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/exc_20_32_table.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exc_20_32_table.c	27 Jan 2003 08:31:45 -0000	1.2
+++ exc_20_32_table.c	31 Jan 2003 01:42:53 -0000	1.3
@@ -31,36 +31,36 @@
 */
 
 
-signed char exc_20_32_table[32][20] = {
-{12,32,25,46,36,33,9,14,-3,6,1,-8,0,-10,-5,-7,-7,-7,-5,-5},
-{31,-27,24,-32,-4,10,-11,21,-3,19,23,-9,22,24,-10,-1,-10,-13,-7,-11},
-{42,-33,31,19,-8,0,-10,-16,1,-21,-17,10,-8,14,8,4,11,-2,5,-2},
-{-33,11,-16,33,11,-4,9,-4,11,2,6,-5,8,-5,11,-4,-6,26,-36,-16},
-{0,4,-2,-8,12,6,-1,34,-46,-22,9,9,21,9,5,-66,-5,26,2,10},
-{13,2,19,9,12,-81,3,13,13,0,-14,22,-35,6,-7,-4,6,-6,10,-6},
-{-31,38,-33,0,-10,-11,5,-12,12,-17,5,0,-6,13,-9,10,8,25,33,2},
-{-12,8,-6,10,-2,21,7,17,43,5,11,-7,-9,-20,-36,-20,-23,-4,-4,-3},
-{27,-9,-9,-49,-39,-38,-11,-9,6,5,23,25,5,3,3,4,1,2,-3,-1},
-{87,39,17,-21,-9,-19,-9,-15,-13,-14,-17,-11,-10,-11,-8,-6,-1,-3,-3,-1},
-{-54,-34,-27,-8,-11,-4,-5,0,0,4,8,6,9,7,9,7,6,5,5,5},
-{48,10,19,-10,12,-1,9,-3,2,5,-3,2,-2,-2,0,-2,-26,6,9,-7},
-{-16,-9,2,7,7,-5,-43,11,22,-11,-9,34,37,-15,-13,-6,1,-1,1,1},
-{-64,56,52,-11,-27,5,4,3,1,2,1,3,-1,-4,-4,-10,-7,-4,-4,2},
-{-1,-7,-7,-12,-10,-15,-9,-5,-5,-11,-16,-13,6,16,4,-13,-16,-10,-4,2},
-{-47,-13,25,47,19,-14,-20,-8,-17,0,-3,-13,1,6,-17,-14,15,1,10,6},
-{-24,0,-10,19,-69,-8,14,49,17,-5,33,-29,3,-4,0,2,-8,5,-6,2},
-{120,-56,-12,-47,23,-9,6,-5,1,2,-5,1,-10,4,-1,-1,4,-1,0,-3},
-{30,-52,-67,30,22,11,-1,-4,3,0,7,2,0,1,-10,-4,-8,-13,5,1},
-{1,-1,5,13,-9,-3,-10,-62,22,48,-4,-6,2,3,5,1,1,4,1,13},
-{3,-20,10,-9,13,-2,-4,9,-20,44,-1,20,-32,-67,19,0,28,11,8,2},
-{-11,15,-19,-53,31,2,34,10,6,-4,-58,8,10,13,14,1,12,2,0,0},
-{-128,37,-8,44,-9,26,-3,18,2,6,11,-1,9,1,5,3,0,1,1,2},
-{12,3,-2,-3,7,25,9,18,-6,-37,3,-8,-16,3,-10,-7,17,-34,-44,11},
-{17,-15,-3,-16,-1,-13,11,-46,-65,-2,8,13,2,4,4,5,15,5,9,6},
-{8,2,8,3,10,-1,3,-3,6,-2,3,3,-5,10,-11,7,6,-2,6,-2},
-{-9,19,-12,12,-28,38,29,-1,12,2,5,23,-10,3,4,-15,21,-4,3,3},
-{6,17,-9,-4,-8,-20,26,5,-10,6,1,-19,18,-15,-12,47,-6,-2,-7,-9},
-{-1,-17,-2,-2,-14,30,-14,2,-7,-4,-1,-12,11,-25,16,-3,-12,11,-7,7},
-{-17,1,19,-28,31,-7,-10,7,-10,3,12,5,-16,6,24,41,-29,-54,0,1},
-{7,-1,5,-6,13,10,-4,-8,8,-9,-27,-53,-38,-1,10,19,17,16,12,12},
-{0,3,-7,-4,13,12,-31,-14,6,-5,3,5,17,43,50,25,10,1,-6,-2}};
+signed char exc_20_32_table[640] = {
+12,32,25,46,36,33,9,14,-3,6,1,-8,0,-10,-5,-7,-7,-7,-5,-5,
+31,-27,24,-32,-4,10,-11,21,-3,19,23,-9,22,24,-10,-1,-10,-13,-7,-11,
+42,-33,31,19,-8,0,-10,-16,1,-21,-17,10,-8,14,8,4,11,-2,5,-2,
+-33,11,-16,33,11,-4,9,-4,11,2,6,-5,8,-5,11,-4,-6,26,-36,-16,
+0,4,-2,-8,12,6,-1,34,-46,-22,9,9,21,9,5,-66,-5,26,2,10,
+13,2,19,9,12,-81,3,13,13,0,-14,22,-35,6,-7,-4,6,-6,10,-6,
+-31,38,-33,0,-10,-11,5,-12,12,-17,5,0,-6,13,-9,10,8,25,33,2,
+-12,8,-6,10,-2,21,7,17,43,5,11,-7,-9,-20,-36,-20,-23,-4,-4,-3,
+27,-9,-9,-49,-39,-38,-11,-9,6,5,23,25,5,3,3,4,1,2,-3,-1,
+87,39,17,-21,-9,-19,-9,-15,-13,-14,-17,-11,-10,-11,-8,-6,-1,-3,-3,-1,
+-54,-34,-27,-8,-11,-4,-5,0,0,4,8,6,9,7,9,7,6,5,5,5,
+48,10,19,-10,12,-1,9,-3,2,5,-3,2,-2,-2,0,-2,-26,6,9,-7,
+-16,-9,2,7,7,-5,-43,11,22,-11,-9,34,37,-15,-13,-6,1,-1,1,1,
+-64,56,52,-11,-27,5,4,3,1,2,1,3,-1,-4,-4,-10,-7,-4,-4,2,
+-1,-7,-7,-12,-10,-15,-9,-5,-5,-11,-16,-13,6,16,4,-13,-16,-10,-4,2,
+-47,-13,25,47,19,-14,-20,-8,-17,0,-3,-13,1,6,-17,-14,15,1,10,6,
+-24,0,-10,19,-69,-8,14,49,17,-5,33,-29,3,-4,0,2,-8,5,-6,2,
+120,-56,-12,-47,23,-9,6,-5,1,2,-5,1,-10,4,-1,-1,4,-1,0,-3,
+30,-52,-67,30,22,11,-1,-4,3,0,7,2,0,1,-10,-4,-8,-13,5,1,
+1,-1,5,13,-9,-3,-10,-62,22,48,-4,-6,2,3,5,1,1,4,1,13,
+3,-20,10,-9,13,-2,-4,9,-20,44,-1,20,-32,-67,19,0,28,11,8,2,
+-11,15,-19,-53,31,2,34,10,6,-4,-58,8,10,13,14,1,12,2,0,0,
+-128,37,-8,44,-9,26,-3,18,2,6,11,-1,9,1,5,3,0,1,1,2,
+12,3,-2,-3,7,25,9,18,-6,-37,3,-8,-16,3,-10,-7,17,-34,-44,11,
+17,-15,-3,-16,-1,-13,11,-46,-65,-2,8,13,2,4,4,5,15,5,9,6,
+8,2,8,3,10,-1,3,-3,6,-2,3,3,-5,10,-11,7,6,-2,6,-2,
+-9,19,-12,12,-28,38,29,-1,12,2,5,23,-10,3,4,-15,21,-4,3,3,
+6,17,-9,-4,-8,-20,26,5,-10,6,1,-19,18,-15,-12,47,-6,-2,-7,-9,
+-1,-17,-2,-2,-14,30,-14,2,-7,-4,-1,-12,11,-25,16,-3,-12,11,-7,7,
+-17,1,19,-28,31,-7,-10,7,-10,3,12,5,-16,6,24,41,-29,-54,0,1,
+7,-1,5,-6,13,10,-4,-8,8,-9,-27,-53,-38,-1,10,19,17,16,12,12,
+0,3,-7,-4,13,12,-31,-14,6,-5,3,5,17,43,50,25,10,1,-6,-2};

<p><p>1.5       +257 -257  speex/libspeex/exc_5_256_table.c

Index: exc_5_256_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/exc_5_256_table.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exc_5_256_table.c	27 Jan 2003 08:31:45 -0000	1.4
+++ exc_5_256_table.c	31 Jan 2003 01:42:53 -0000	1.5
@@ -31,260 +31,260 @@
 */
 
 
-signed char exc_5_256_table[256][5] = {
-{-8,-37,5,-43,5},
-{73,61,39,12,-3},
-{-61,-32,2,42,30},
-{-3,17,-27,9,34},
-{20,-1,-5,2,23},
-{-7,-46,26,53,-47},
-{20,-2,-33,-89,-51},
-{-64,27,11,15,-34},
-{-5,-56,25,-9,-1},
-{-29,1,40,67,-23},
-{-16,16,33,19,7},
-{14,85,22,-10,-10},
-{-12,-7,-1,52,89},
-{29,11,-20,-37,-46},
-{-15,17,-24,-28,24},
-{2,1,0,23,-101},
-{23,14,-1,-23,-18},
-{9,5,-13,38,1},
-{-28,-28,4,27,51},
-{-26,34,-40,35,47},
-{54,38,-54,-26,-6},
-{42,-25,13,-30,-36},
-{18,41,-4,-33,23},
-{-32,-7,-4,51,-3},
-{17,-52,56,-47,36},
-{-2,-21,36,10,8},
-{-33,31,19,9,-5},
-{-40,10,-9,-21,19},
-{18,-78,-18,-5,0},
-{-26,-36,-47,-51,-44},
-{18,40,27,-2,29},
-{49,-26,2,32,-54},
-{30,-73,54,3,-5},
-{36,22,53,10,-1},
-{-84,-53,-29,-5,3},
-{-44,53,-51,4,22},
-{71,-35,-1,33,-5},
-{-27,-7,36,17,-23},
-{-39,16,-9,-55,-15},
-{-20,39,-35,6,-39},
-{-14,18,48,-64,-17},
-{-15,9,39,81,37},
-{-68,37,47,-21,-6},
-{-104,13,6,9,-2},
-{35,8,-23,18,42},
-{45,21,33,-5,-49},
-{9,-6,-43,-56,39},
-{2,-16,-25,87,1},
-{-3,-9,17,-25,-11},
-{-9,-1,10,2,-14},
-{-14,4,-1,-10,28},
-{-23,40,-32,26,-9},
-{26,4,-27,-23,3},
-{42,-60,1,49,-3},
-{27,10,-52,-40,-2},
-{18,45,-23,17,-44},
-{3,-3,17,-46,52},
-{-40,-47,25,75,31},
-{-49,53,30,-30,-32},
-{-36,38,-6,-15,-16},
-{54,-27,-48,3,38},
-{-29,-32,-22,-14,-4},
-{-23,-13,32,-39,9},
-{8,-45,-13,34,-16},
-{49,40,32,31,28},
-{23,23,32,47,59},
-{-68,8,62,44,25},
-{-14,-24,-65,-16,36},
-{67,-25,-38,-21,4},
-{-33,-2,42,5,-63},
-{40,11,26,-42,-23},
-{-61,79,-31,23,-20},
-{10,-32,53,-25,-36},
-{10,-26,-5,3,0},
-{-71,5,-10,-37,1},
-{-24,21,-54,-17,1},
-{-29,-25,-15,-27,32},
-{68,45,-16,-37,-18},
-{-5,1,0,-77,71},
-{-6,3,-20,71,-67},
-{29,-35,10,-30,19},
-{4,16,17,5,0},
-{-14,19,2,28,26},
-{59,3,2,24,39},
-{55,-50,-45,-18,-17},
-{33,-35,14,-1,1},
-{8,87,-35,-29,0},
-{-27,13,-7,23,-13},
-{37,-40,50,-35,14},
-{19,-7,-14,49,54},
-{-5,22,-2,-29,-8},
-{-27,38,13,27,48},
-{12,-41,-21,-15,28},
-{7,-16,-24,-19,-20},
-{11,-20,9,2,13},
-{23,-20,11,27,-27},
-{71,-69,8,2,-6},
-{22,12,16,16,9},
-{-16,-8,-17,1,25},
-{1,40,-37,-33,66},
-{94,53,4,-22,-25},
-{-41,-42,25,35,-16},
-{-15,57,31,-29,-32},
-{21,16,-60,45,15},
-{-1,7,57,-26,-47},
-{-29,11,8,15,19},
-{-105,-8,54,27,10},
-{-17,6,-12,-1,-10},
-{4,0,23,-10,31},
-{13,11,10,12,-64},
-{23,-3,-8,-19,16},
-{52,24,-40,16,10},
-{40,5,9,0,-13},
-{-7,-21,-8,-6,-7},
-{-21,59,16,-53,18},
-{-60,11,-47,14,-18},
-{25,-13,-24,4,-39},
-{16,-28,54,26,-67},
-{30,27,-20,-52,20},
-{-12,55,12,18,-16},
-{39,-14,-6,-26,56},
-{-88,-55,12,25,26},
-{-37,6,75,0,-34},
-{-81,54,-30,1,-7},
-{49,-23,-14,21,10},
-{-62,-58,-57,-47,-34},
-{15,-4,34,-78,31},
-{25,-11,7,50,-10},
-{42,-63,14,-36,-4},
-{57,55,57,53,42},
-{-42,-1,15,40,37},
-{15,25,-11,6,1},
-{31,-2,-6,-1,-7},
-{-64,34,28,30,-1},
-{3,21,0,-88,-12},
-{-56,25,-28,40,8},
-{-28,-14,9,12,2},
-{-6,-17,22,49,-6},
-{-26,14,28,-20,4},
-{-12,50,35,40,13},
-{-38,-58,-29,17,30},
-{22,60,26,-54,-39},
-{-12,58,-28,-63,10},
-{-21,-8,-12,26,-62},
-{6,-10,-11,-22,-6},
-{-7,4,1,18,2},
-{-70,11,14,4,13},
-{19,-24,-34,24,67},
-{17,51,-21,13,23},
-{54,-30,48,1,-13},
-{80,26,-16,-2,13},
-{-4,6,-30,29,-24},
-{73,-58,30,-27,20},
-{-2,-21,41,45,30},
-{-27,-3,-5,-18,-20},
-{-49,-3,-35,10,42},
-{-19,-67,-53,-11,9},
-{13,-15,-33,-51,-30},
-{15,7,25,-30,4},
-{28,-22,-34,54,-29},
-{39,-46,20,16,34},
-{-4,47,75,1,-44},
-{-55,-24,7,-1,9},
-{-42,50,-8,-36,41},
-{68,0,-4,-10,-23},
-{-15,-50,64,36,-9},
-{-27,12,25,-38,-47},
-{-37,32,-49,51,-36},
-{2,-4,69,-26,19},
-{7,45,67,46,13},
-{-63,46,15,-47,4},
-{-41,13,-6,5,-21},
-{37,26,-55,-7,33},
-{-1,-28,10,-17,-64},
-{-14,0,-36,-17,93},
-{-3,-9,-66,44,-21},
-{3,-12,38,-6,-13},
-{-12,19,13,43,-43},
-{-10,-12,6,-5,9},
-{-49,32,-5,2,4},
-{5,15,-16,10,-21},
-{8,-62,-8,64,8},
-{79,-1,-66,-49,-18},
-{5,40,-5,-30,-45},
-{1,-6,21,-32,93},
-{-18,-30,-21,32,21},
-{-18,22,8,5,-41},
-{-54,80,22,-10,-7},
-{-8,-23,-64,66,56},
-{-14,-30,-41,-46,-14},
-{-29,-37,27,-14,42},
-{-2,-9,-29,34,14},
-{33,-14,22,4,10},
-{26,26,28,32,23},
-{-72,-32,3,0,-14},
-{35,-42,-78,-32,6},
-{29,-18,-45,-5,7},
-{-33,-45,-3,-22,-34},
-{8,-8,4,-51,-25},
-{-9,59,-78,21,-5},
-{-25,-48,66,-15,-17},
-{-24,-49,-13,25,-23},
-{-64,-6,40,-24,-19},
-{-11,57,-33,-8,1},
-{10,-52,-54,28,39},
-{49,34,-11,-61,-41},
-{-43,10,15,-15,51},
-{30,15,-51,32,-34},
-{-2,-34,14,18,16},
-{1,1,-3,-3,1},
-{1,-18,6,16,48},
-{12,-5,-42,7,36},
-{48,7,-20,-10,7},
-{12,2,54,39,-38},
-{37,54,4,-11,-8},
-{-46,-10,5,-10,-34},
-{46,-12,29,-37,39},
-{36,-11,24,56,17},
-{14,20,25,0,-25},
-{-28,55,-7,-5,27},
-{3,9,-26,-8,6},
-{-24,-10,-30,-31,-34},
-{18,4,22,21,40},
-{-1,-29,-37,-8,-21},
-{92,-29,11,-3,11},
-{73,23,22,7,4},
-{-44,-9,-11,21,-13},
-{11,9,-78,-1,47},
-{114,-12,-37,-19,-5},
-{-11,-22,19,12,-30},
-{7,38,45,-21,-8},
-{-9,55,-45,56,-21},
-{7,17,46,-57,-87},
-{-6,27,31,31,7},
-{-56,-12,46,21,-5},
-{-12,36,3,3,-21},
-{43,19,12,-7,9},
-{-14,0,-9,-33,-91},
-{7,26,3,-11,64},
-{83,-31,-46,25,2},
-{9,5,2,2,-1},
-{20,-17,10,-5,-27},
-{-8,20,8,-19,16},
-{-21,-13,-31,5,5},
-{42,24,9,34,-20},
-{28,-61,22,11,-39},
-{64,-20,-1,-30,-9},
-{-20,24,-25,-24,-29},
-{22,-60,6,-5,41},
-{-9,-87,14,34,15},
-{-57,52,69,15,-3},
-{-102,58,16,3,6},
-{60,-75,-32,26,7},
-{-57,-27,-32,-24,-21},
-{-29,-16,62,-46,31},
-{30,-27,-15,7,15}};
+signed char exc_5_256_table[1280] = {
+-8,-37,5,-43,5,
+73,61,39,12,-3,
+-61,-32,2,42,30,
+-3,17,-27,9,34,
+20,-1,-5,2,23,
+-7,-46,26,53,-47,
+20,-2,-33,-89,-51,
+-64,27,11,15,-34,
+-5,-56,25,-9,-1,
+-29,1,40,67,-23,
+-16,16,33,19,7,
+14,85,22,-10,-10,
+-12,-7,-1,52,89,
+29,11,-20,-37,-46,
+-15,17,-24,-28,24,
+2,1,0,23,-101,
+23,14,-1,-23,-18,
+9,5,-13,38,1,
+-28,-28,4,27,51,
+-26,34,-40,35,47,
+54,38,-54,-26,-6,
+42,-25,13,-30,-36,
+18,41,-4,-33,23,
+-32,-7,-4,51,-3,
+17,-52,56,-47,36,
+-2,-21,36,10,8,
+-33,31,19,9,-5,
+-40,10,-9,-21,19,
+18,-78,-18,-5,0,
+-26,-36,-47,-51,-44,
+18,40,27,-2,29,
+49,-26,2,32,-54,
+30,-73,54,3,-5,
+36,22,53,10,-1,
+-84,-53,-29,-5,3,
+-44,53,-51,4,22,
+71,-35,-1,33,-5,
+-27,-7,36,17,-23,
+-39,16,-9,-55,-15,
+-20,39,-35,6,-39,
+-14,18,48,-64,-17,
+-15,9,39,81,37,
+-68,37,47,-21,-6,
+-104,13,6,9,-2,
+35,8,-23,18,42,
+45,21,33,-5,-49,
+9,-6,-43,-56,39,
+2,-16,-25,87,1,
+-3,-9,17,-25,-11,
+-9,-1,10,2,-14,
+-14,4,-1,-10,28,
+-23,40,-32,26,-9,
+26,4,-27,-23,3,
+42,-60,1,49,-3,
+27,10,-52,-40,-2,
+18,45,-23,17,-44,
+3,-3,17,-46,52,
+-40,-47,25,75,31,
+-49,53,30,-30,-32,
+-36,38,-6,-15,-16,
+54,-27,-48,3,38,
+-29,-32,-22,-14,-4,
+-23,-13,32,-39,9,
+8,-45,-13,34,-16,
+49,40,32,31,28,
+23,23,32,47,59,
+-68,8,62,44,25,
+-14,-24,-65,-16,36,
+67,-25,-38,-21,4,
+-33,-2,42,5,-63,
+40,11,26,-42,-23,
+-61,79,-31,23,-20,
+10,-32,53,-25,-36,
+10,-26,-5,3,0,
+-71,5,-10,-37,1,
+-24,21,-54,-17,1,
+-29,-25,-15,-27,32,
+68,45,-16,-37,-18,
+-5,1,0,-77,71,
+-6,3,-20,71,-67,
+29,-35,10,-30,19,
+4,16,17,5,0,
+-14,19,2,28,26,
+59,3,2,24,39,
+55,-50,-45,-18,-17,
+33,-35,14,-1,1,
+8,87,-35,-29,0,
+-27,13,-7,23,-13,
+37,-40,50,-35,14,
+19,-7,-14,49,54,
+-5,22,-2,-29,-8,
+-27,38,13,27,48,
+12,-41,-21,-15,28,
+7,-16,-24,-19,-20,
+11,-20,9,2,13,
+23,-20,11,27,-27,
+71,-69,8,2,-6,
+22,12,16,16,9,
+-16,-8,-17,1,25,
+1,40,-37,-33,66,
+94,53,4,-22,-25,
+-41,-42,25,35,-16,
+-15,57,31,-29,-32,
+21,16,-60,45,15,
+-1,7,57,-26,-47,
+-29,11,8,15,19,
+-105,-8,54,27,10,
+-17,6,-12,-1,-10,
+4,0,23,-10,31,
+13,11,10,12,-64,
+23,-3,-8,-19,16,
+52,24,-40,16,10,
+40,5,9,0,-13,
+-7,-21,-8,-6,-7,
+-21,59,16,-53,18,
+-60,11,-47,14,-18,
+25,-13,-24,4,-39,
+16,-28,54,26,-67,
+30,27,-20,-52,20,
+-12,55,12,18,-16,
+39,-14,-6,-26,56,
+-88,-55,12,25,26,
+-37,6,75,0,-34,
+-81,54,-30,1,-7,
+49,-23,-14,21,10,
+-62,-58,-57,-47,-34,
+15,-4,34,-78,31,
+25,-11,7,50,-10,
+42,-63,14,-36,-4,
+57,55,57,53,42,
+-42,-1,15,40,37,
+15,25,-11,6,1,
+31,-2,-6,-1,-7,
+-64,34,28,30,-1,
+3,21,0,-88,-12,
+-56,25,-28,40,8,
+-28,-14,9,12,2,
+-6,-17,22,49,-6,
+-26,14,28,-20,4,
+-12,50,35,40,13,
+-38,-58,-29,17,30,
+22,60,26,-54,-39,
+-12,58,-28,-63,10,
+-21,-8,-12,26,-62,
+6,-10,-11,-22,-6,
+-7,4,1,18,2,
+-70,11,14,4,13,
+19,-24,-34,24,67,
+17,51,-21,13,23,
+54,-30,48,1,-13,
+80,26,-16,-2,13,
+-4,6,-30,29,-24,
+73,-58,30,-27,20,
+-2,-21,41,45,30,
+-27,-3,-5,-18,-20,
+-49,-3,-35,10,42,
+-19,-67,-53,-11,9,
+13,-15,-33,-51,-30,
+15,7,25,-30,4,
+28,-22,-34,54,-29,
+39,-46,20,16,34,
+-4,47,75,1,-44,
+-55,-24,7,-1,9,
+-42,50,-8,-36,41,
+68,0,-4,-10,-23,
+-15,-50,64,36,-9,
+-27,12,25,-38,-47,
+-37,32,-49,51,-36,
+2,-4,69,-26,19,
+7,45,67,46,13,
+-63,46,15,-47,4,
+-41,13,-6,5,-21,
+37,26,-55,-7,33,
+-1,-28,10,-17,-64,
+-14,0,-36,-17,93,
+-3,-9,-66,44,-21,
+3,-12,38,-6,-13,
+-12,19,13,43,-43,
+-10,-12,6,-5,9,
+-49,32,-5,2,4,
+5,15,-16,10,-21,
+8,-62,-8,64,8,
+79,-1,-66,-49,-18,
+5,40,-5,-30,-45,
+1,-6,21,-32,93,
+-18,-30,-21,32,21,
+-18,22,8,5,-41,
+-54,80,22,-10,-7,
+-8,-23,-64,66,56,
+-14,-30,-41,-46,-14,
+-29,-37,27,-14,42,
+-2,-9,-29,34,14,
+33,-14,22,4,10,
+26,26,28,32,23,
+-72,-32,3,0,-14,
+35,-42,-78,-32,6,
+29,-18,-45,-5,7,
+-33,-45,-3,-22,-34,
+8,-8,4,-51,-25,
+-9,59,-78,21,-5,
+-25,-48,66,-15,-17,
+-24,-49,-13,25,-23,
+-64,-6,40,-24,-19,
+-11,57,-33,-8,1,
+10,-52,-54,28,39,
+49,34,-11,-61,-41,
+-43,10,15,-15,51,
+30,15,-51,32,-34,
+-2,-34,14,18,16,
+1,1,-3,-3,1,
+1,-18,6,16,48,
+12,-5,-42,7,36,
+48,7,-20,-10,7,
+12,2,54,39,-38,
+37,54,4,-11,-8,
+-46,-10,5,-10,-34,
+46,-12,29,-37,39,
+36,-11,24,56,17,
+14,20,25,0,-25,
+-28,55,-7,-5,27,
+3,9,-26,-8,6,
+-24,-10,-30,-31,-34,
+18,4,22,21,40,
+-1,-29,-37,-8,-21,
+92,-29,11,-3,11,
+73,23,22,7,4,
+-44,-9,-11,21,-13,
+11,9,-78,-1,47,
+114,-12,-37,-19,-5,
+-11,-22,19,12,-30,
+7,38,45,-21,-8,
+-9,55,-45,56,-21,
+7,17,46,-57,-87,
+-6,27,31,31,7,
+-56,-12,46,21,-5,
+-12,36,3,3,-21,
+43,19,12,-7,9,
+-14,0,-9,-33,-91,
+7,26,3,-11,64,
+83,-31,-46,25,2,
+9,5,2,2,-1,
+20,-17,10,-5,-27,
+-8,20,8,-19,16,
+-21,-13,-31,5,5,
+42,24,9,34,-20,
+28,-61,22,11,-39,
+64,-20,-1,-30,-9,
+-20,24,-25,-24,-29,
+22,-60,6,-5,41,
+-9,-87,14,34,15,
+-57,52,69,15,-3,
+-102,58,16,3,6,
+60,-75,-32,26,7,
+-57,-27,-32,-24,-21,
+-29,-16,62,-46,31,
+30,-27,-15,7,15};

<p><p>1.7       +65 -65    speex/libspeex/exc_5_64_table.c

Index: exc_5_64_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/exc_5_64_table.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- exc_5_64_table.c	27 Jan 2003 08:31:45 -0000	1.6
+++ exc_5_64_table.c	31 Jan 2003 01:42:53 -0000	1.7
@@ -31,68 +31,68 @@
 */
 
 
-signed char exc_5_64_table[64][5]={
-{1,5,-15,49,-66},
-{-48,-4,50,-44,7},
-{37,16,-18,25,-26},
-{-26,-15,19,19,-27},
-{-47,28,57,5,-17},
-{-32,-41,68,21,-2},
-{64,56,8,-16,-13},
-{-26,-9,-16,11,6},
-{-39,25,-19,22,-31},
-{20,-45,55,-43,10},
-{-16,47,-40,40,-20},
-{-51,3,-17,-14,-15},
-{-24,53,-20,-46,46},
-{27,-68,32,3,-18},
-{-5,9,-31,16,-9},
-{-10,-1,-23,48,95},
-{47,25,-41,-32,-3},
-{15,-25,-55,36,41},
-{-27,20,5,13,14},
-{-22,5,2,-23,18},
-{46,-15,17,-18,-34},
-{-5,-8,27,-55,73},
-{16,2,-1,-17,40},
-{-78,33,0,2,19},
-{4,53,-16,-15,-16},
-{-28,-3,-13,49,8},
-{-7,-29,27,-13,32},
-{20,32,-61,16,14},
-{41,44,40,24,20},
-{7,4,48,-60,-77},
-{17,-6,-48,65,-15},
-{32,-30,-71,-10,-3},
-{-6,10,-2,-7,-29},
-{-56,67,-30,7,-5},
-{86,-6,-10,0,5},
-{-31,60,34,-38,-3},
-{24,10,-2,30,23},
-{24,-41,12,70,-43},
-{15,-17,6,13,16},
-{-13,8,30,-15,-8},
-{5,23,-34,-98,-4},
-{-13,13,-48,-31,70},
-{12,31,25,24,-24},
-{26,-7,33,-16,8},
-{5,-11,-14,-8,-65},
-{13,10,-2,-9,0},
-{-3,-68,5,35,7},
-{0,-31,-1,-17,-9},
-{-9,16,-37,-18,-1},
-{69,-48,-28,22,-21},
-{-11,5,49,55,23},
-{-86,-36,16,2,13},
-{63,-51,30,-11,13},
-{24,-18,-6,14,-19},
-{1,41,9,-5,27},
-{-36,-44,-34,-37,-21},
-{-26,31,-39,15,43},
-{5,-8,29,20,-8},
-{-20,-52,-28,-1,13},
-{26,-34,-10,-9,27},
-{-8,8,27,-66,4},
-{12,-22,49,10,-77},
-{32,-18,3,-38,12},
-{-3,-1,2,2,0}};
+signed char exc_5_64_table[320]={
+1,5,-15,49,-66,
+-48,-4,50,-44,7,
+37,16,-18,25,-26,
+-26,-15,19,19,-27,
+-47,28,57,5,-17,
+-32,-41,68,21,-2,
+64,56,8,-16,-13,
+-26,-9,-16,11,6,
+-39,25,-19,22,-31,
+20,-45,55,-43,10,
+-16,47,-40,40,-20,
+-51,3,-17,-14,-15,
+-24,53,-20,-46,46,
+27,-68,32,3,-18,
+-5,9,-31,16,-9,
+-10,-1,-23,48,95,
+47,25,-41,-32,-3,
+15,-25,-55,36,41,
+-27,20,5,13,14,
+-22,5,2,-23,18,
+46,-15,17,-18,-34,
+-5,-8,27,-55,73,
+16,2,-1,-17,40,
+-78,33,0,2,19,
+4,53,-16,-15,-16,
+-28,-3,-13,49,8,
+-7,-29,27,-13,32,
+20,32,-61,16,14,
+41,44,40,24,20,
+7,4,48,-60,-77,
+17,-6,-48,65,-15,
+32,-30,-71,-10,-3,
+-6,10,-2,-7,-29,
+-56,67,-30,7,-5,
+86,-6,-10,0,5,
+-31,60,34,-38,-3,
+24,10,-2,30,23,
+24,-41,12,70,-43,
+15,-17,6,13,16,
+-13,8,30,-15,-8,
+5,23,-34,-98,-4,
+-13,13,-48,-31,70,
+12,31,25,24,-24,
+26,-7,33,-16,8,
+5,-11,-14,-8,-65,
+13,10,-2,-9,0,
+-3,-68,5,35,7,
+0,-31,-1,-17,-9,
+-9,16,-37,-18,-1,
+69,-48,-28,22,-21,
+-11,5,49,55,23,
+-86,-36,16,2,13,
+63,-51,30,-11,13,
+24,-18,-6,14,-19,
+1,41,9,-5,27,
+-36,-44,-34,-37,-21,
+-26,31,-39,15,43,
+5,-8,29,20,-8,
+-20,-52,-28,-1,13,
+26,-34,-10,-9,27,
+-8,8,27,-66,4,
+12,-22,49,10,-77,
+32,-18,3,-38,12,
+-3,-1,2,2,0};

<p><p>1.5       +129 -129  speex/libspeex/exc_8_128_table.c

Index: exc_8_128_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/exc_8_128_table.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exc_8_128_table.c	27 Jan 2003 08:31:45 -0000	1.4
+++ exc_8_128_table.c	31 Jan 2003 01:42:53 -0000	1.5
@@ -31,132 +31,132 @@
 */
 
 
-signed char exc_8_128_table[128][8] = {
-{-14,9,13,-32,2,-10,31,-10},
-{-8,-8,6,-4,-1,10,-64,23},
-{6,20,13,6,8,-22,16,34},
-{7,42,-49,-28,5,26,4,-15},
-{41,34,41,32,33,24,23,14},
-{8,40,34,4,-24,-41,-19,-15},
-{13,-13,33,-54,24,27,-44,33},
-{27,-15,-15,24,-19,14,-36,14},
-{-9,24,-12,-4,37,-5,16,-34},
-{5,10,33,-15,-54,-16,12,25},
-{12,1,2,0,3,-1,-4,-4},
-{11,2,-56,54,27,-20,13,-6},
-{-46,-41,-33,-11,-5,7,12,14},
-{-14,-5,8,20,6,3,4,-8},
-{-5,-42,11,8,-14,25,-2,2},
-{13,11,-22,39,-9,9,5,-45},
-{-9,7,-9,12,-7,34,-17,-102},
-{7,2,-42,18,35,-9,-34,11},
-{-5,-2,3,22,46,-52,-25,-9},
-{-94,8,11,-5,-5,-5,4,-7},
-{-35,-7,54,5,-32,3,24,-9},
-{-22,8,65,37,-1,-12,-23,-6},
-{-9,-28,55,-33,14,-3,2,18},
-{-60,41,-17,8,-16,17,-11,0},
-{-11,29,-28,37,9,-53,33,-14},
-{-9,7,-25,-7,-11,26,-32,-8},
-{24,-21,22,-19,19,-10,29,-14},
-{-10,-4,-3,-2,3,-1,-4,-4},
-{-5,-52,10,41,6,-30,-4,16},
-{32,22,-27,-22,32,-3,-28,-3},
-{3,-35,6,17,23,21,8,2},
-{4,-45,-17,14,23,-4,-31,-11},
-{-3,14,1,19,-11,2,61,-8},
-{9,-12,7,-10,12,-3,-24,99},
-{-48,23,50,-37,-5,-23,0,8},
-{-14,35,-64,-5,46,-25,13,-1},
-{-49,-19,-15,9,34,50,25,11},
-{-6,-9,-16,-20,-32,-33,-32,-27},
-{10,-8,12,-15,56,-14,-32,33},
-{3,-9,1,65,-9,-9,-10,-2},
-{-6,-23,9,17,3,-28,13,-32},
-{4,-2,-10,4,-16,76,12,-52},
-{6,13,33,-6,4,-14,-9,-3},
-{1,-15,-16,28,1,-15,11,16},
-{9,4,-21,-37,-40,-6,22,12},
-{-15,-23,-14,-17,-16,-9,-10,-9},
-{13,-39,41,5,-9,16,-38,25},
-{46,-47,4,49,-14,17,-2,6},
-{18,5,-6,-33,-22,44,50,-2},
-{1,3,-6,7,7,-3,-21,38},
-{-18,34,-14,-41,60,-13,6,16},
-{-24,35,19,-13,-36,24,3,-17},
-{-14,-10,36,44,-44,-29,-3,3},
-{-54,-8,12,55,26,4,-2,-5},
-{2,-11,22,-23,2,22,1,-25},
-{-39,66,-49,21,-8,-2,10,-14},
-{-60,25,6,10,27,-25,16,5},
-{-2,-9,26,-13,-20,58,-2,7},
-{52,-9,2,5,-4,-15,23,-1},
-{-38,23,8,27,-6,0,-27,-7},
-{39,-10,-14,26,11,-45,-12,9},
-{-5,34,4,-35,10,43,-22,-11},
-{56,-7,20,1,10,1,-26,9},
-{94,11,-27,-14,-13,1,-11,0},
-{14,-5,-6,-10,-4,-15,-8,-41},
-{21,-5,1,-28,-8,22,-9,33},
-{-23,-4,-4,-12,39,4,-7,3},
-{-60,80,8,-17,2,-6,12,-5},
-{1,9,15,27,31,30,27,23},
-{61,47,26,10,-5,-8,-12,-13},
-{5,-18,25,-15,-4,-15,-11,12},
-{-2,-2,-16,-2,-6,24,12,11},
-{-4,9,1,-9,14,-45,57,12},
-{20,-35,26,11,-64,32,-10,-10},
-{42,-4,-9,-16,32,24,7,10},
-{52,-11,-57,29,0,8,0,-6},
-{17,-17,-56,-40,7,20,18,12},
-{-6,16,5,7,-1,9,1,10},
-{29,12,16,13,-2,23,7,9},
-{-3,-4,-5,18,-64,13,55,-25},
-{9,-9,24,14,-25,15,-11,-40},
-{-30,37,1,-19,22,-5,-31,13},
-{-2,0,7,-4,16,-67,12,66},
-{-36,24,-8,18,-15,-23,19,0},
-{-45,-7,4,3,-13,13,35,5},
-{13,33,10,27,23,0,-7,-11},
-{43,-74,36,-12,2,5,-8,6},
-{-33,11,-16,-14,-5,-7,-3,17},
-{-34,27,-16,11,-9,15,33,-31},
-{8,-16,7,-6,-7,63,-55,-17},
-{11,-1,20,-46,34,-30,6,9},
-{19,28,-9,5,-24,-8,-23,-2},
-{31,-19,-16,-5,-15,-18,0,26},
-{18,37,-5,-15,-2,17,5,-27},
-{21,-33,44,12,-27,-9,17,11},
-{25,-21,-31,-7,13,33,-8,-25},
-{-7,7,-10,4,-6,-9,48,-82},
-{-23,-8,6,11,-23,3,-3,49},
-{-29,25,31,4,14,16,9,-4},
-{-18,10,-26,3,5,-44,-9,9},
-{-47,-55,15,9,28,1,4,-3},
-{46,6,-6,-38,-29,-31,-15,-6},
-{3,0,14,-6,8,-54,-50,33},
-{-5,1,-14,33,-48,26,-4,-5},
-{-3,-5,-3,-5,-28,-22,77,55},
-{-1,2,10,10,-9,-14,-66,-49},
-{11,-36,-6,-20,10,-10,16,12},
-{4,-1,-16,45,-44,-50,31,-2},
-{25,42,23,-32,-22,0,11,20},
-{-40,-35,-40,-36,-32,-26,-21,-13},
-{52,-22,6,-24,-20,17,-5,-8},
-{36,-25,-11,21,-26,6,34,-8},
-{7,20,-3,5,-25,-8,18,-5},
-{-9,-4,1,-9,20,20,39,48},
-{-24,9,5,-65,22,29,4,3},
-{-43,-11,32,-6,9,19,-27,-10},
-{-47,-14,24,10,-7,-36,-7,-1},
-{-4,-5,-5,16,53,25,-26,-29},
-{-4,-12,45,-58,-34,33,-5,2},
-{-1,27,-48,31,-15,22,-5,4},
-{7,7,-25,-3,11,-22,16,-12},
-{8,-3,7,-11,45,14,-73,-19},
-{56,-46,24,-20,28,-12,-2,-1},
-{-36,-3,-33,19,-6,7,2,-15},
-{5,-31,-45,8,35,13,20,0},
-{-9,48,-13,-43,-3,-13,2,-5},
-{72,-68,-27,2,1,-2,-7,5},
-{36,33,-40,-12,-4,-5,23,19}};
+signed char exc_8_128_table[1024] = {
+-14,9,13,-32,2,-10,31,-10,
+-8,-8,6,-4,-1,10,-64,23,
+6,20,13,6,8,-22,16,34,
+7,42,-49,-28,5,26,4,-15,
+41,34,41,32,33,24,23,14,
+8,40,34,4,-24,-41,-19,-15,
+13,-13,33,-54,24,27,-44,33,
+27,-15,-15,24,-19,14,-36,14,
+-9,24,-12,-4,37,-5,16,-34,
+5,10,33,-15,-54,-16,12,25,
+12,1,2,0,3,-1,-4,-4,
+11,2,-56,54,27,-20,13,-6,
+-46,-41,-33,-11,-5,7,12,14,
+-14,-5,8,20,6,3,4,-8,
+-5,-42,11,8,-14,25,-2,2,
+13,11,-22,39,-9,9,5,-45,
+-9,7,-9,12,-7,34,-17,-102,
+7,2,-42,18,35,-9,-34,11,
+-5,-2,3,22,46,-52,-25,-9,
+-94,8,11,-5,-5,-5,4,-7,
+-35,-7,54,5,-32,3,24,-9,
+-22,8,65,37,-1,-12,-23,-6,
+-9,-28,55,-33,14,-3,2,18,
+-60,41,-17,8,-16,17,-11,0,
+-11,29,-28,37,9,-53,33,-14,
+-9,7,-25,-7,-11,26,-32,-8,
+24,-21,22,-19,19,-10,29,-14,
+-10,-4,-3,-2,3,-1,-4,-4,
+-5,-52,10,41,6,-30,-4,16,
+32,22,-27,-22,32,-3,-28,-3,
+3,-35,6,17,23,21,8,2,
+4,-45,-17,14,23,-4,-31,-11,
+-3,14,1,19,-11,2,61,-8,
+9,-12,7,-10,12,-3,-24,99,
+-48,23,50,-37,-5,-23,0,8,
+-14,35,-64,-5,46,-25,13,-1,
+-49,-19,-15,9,34,50,25,11,
+-6,-9,-16,-20,-32,-33,-32,-27,
+10,-8,12,-15,56,-14,-32,33,
+3,-9,1,65,-9,-9,-10,-2,
+-6,-23,9,17,3,-28,13,-32,
+4,-2,-10,4,-16,76,12,-52,
+6,13,33,-6,4,-14,-9,-3,
+1,-15,-16,28,1,-15,11,16,
+9,4,-21,-37,-40,-6,22,12,
+-15,-23,-14,-17,-16,-9,-10,-9,
+13,-39,41,5,-9,16,-38,25,
+46,-47,4,49,-14,17,-2,6,
+18,5,-6,-33,-22,44,50,-2,
+1,3,-6,7,7,-3,-21,38,
+-18,34,-14,-41,60,-13,6,16,
+-24,35,19,-13,-36,24,3,-17,
+-14,-10,36,44,-44,-29,-3,3,
+-54,-8,12,55,26,4,-2,-5,
+2,-11,22,-23,2,22,1,-25,
+-39,66,-49,21,-8,-2,10,-14,
+-60,25,6,10,27,-25,16,5,
+-2,-9,26,-13,-20,58,-2,7,
+52,-9,2,5,-4,-15,23,-1,
+-38,23,8,27,-6,0,-27,-7,
+39,-10,-14,26,11,-45,-12,9,
+-5,34,4,-35,10,43,-22,-11,
+56,-7,20,1,10,1,-26,9,
+94,11,-27,-14,-13,1,-11,0,
+14,-5,-6,-10,-4,-15,-8,-41,
+21,-5,1,-28,-8,22,-9,33,
+-23,-4,-4,-12,39,4,-7,3,
+-60,80,8,-17,2,-6,12,-5,
+1,9,15,27,31,30,27,23,
+61,47,26,10,-5,-8,-12,-13,
+5,-18,25,-15,-4,-15,-11,12,
+-2,-2,-16,-2,-6,24,12,11,
+-4,9,1,-9,14,-45,57,12,
+20,-35,26,11,-64,32,-10,-10,
+42,-4,-9,-16,32,24,7,10,
+52,-11,-57,29,0,8,0,-6,
+17,-17,-56,-40,7,20,18,12,
+-6,16,5,7,-1,9,1,10,
+29,12,16,13,-2,23,7,9,
+-3,-4,-5,18,-64,13,55,-25,
+9,-9,24,14,-25,15,-11,-40,
+-30,37,1,-19,22,-5,-31,13,
+-2,0,7,-4,16,-67,12,66,
+-36,24,-8,18,-15,-23,19,0,
+-45,-7,4,3,-13,13,35,5,
+13,33,10,27,23,0,-7,-11,
+43,-74,36,-12,2,5,-8,6,
+-33,11,-16,-14,-5,-7,-3,17,
+-34,27,-16,11,-9,15,33,-31,
+8,-16,7,-6,-7,63,-55,-17,
+11,-1,20,-46,34,-30,6,9,
+19,28,-9,5,-24,-8,-23,-2,
+31,-19,-16,-5,-15,-18,0,26,
+18,37,-5,-15,-2,17,5,-27,
+21,-33,44,12,-27,-9,17,11,
+25,-21,-31,-7,13,33,-8,-25,
+-7,7,-10,4,-6,-9,48,-82,
+-23,-8,6,11,-23,3,-3,49,
+-29,25,31,4,14,16,9,-4,
+-18,10,-26,3,5,-44,-9,9,
+-47,-55,15,9,28,1,4,-3,
+46,6,-6,-38,-29,-31,-15,-6,
+3,0,14,-6,8,-54,-50,33,
+-5,1,-14,33,-48,26,-4,-5,
+-3,-5,-3,-5,-28,-22,77,55,
+-1,2,10,10,-9,-14,-66,-49,
+11,-36,-6,-20,10,-10,16,12,
+4,-1,-16,45,-44,-50,31,-2,
+25,42,23,-32,-22,0,11,20,
+-40,-35,-40,-36,-32,-26,-21,-13,
+52,-22,6,-24,-20,17,-5,-8,
+36,-25,-11,21,-26,6,34,-8,
+7,20,-3,5,-25,-8,18,-5,
+-9,-4,1,-9,20,20,39,48,
+-24,9,5,-65,22,29,4,3,
+-43,-11,32,-6,9,19,-27,-10,
+-47,-14,24,10,-7,-36,-7,-1,
+-4,-5,-5,16,53,25,-26,-29,
+-4,-12,45,-58,-34,33,-5,2,
+-1,27,-48,31,-15,22,-5,4,
+7,7,-25,-3,11,-22,16,-12,
+8,-3,7,-11,45,14,-73,-19,
+56,-46,24,-20,28,-12,-2,-1,
+-36,-3,-33,19,-6,7,2,-15,
+5,-31,-45,8,35,13,20,0,
+-9,48,-13,-43,-3,-13,2,-5,
+72,-68,-27,2,1,-2,-7,5,
+36,33,-40,-12,-4,-5,23,19};

<p><p>1.9       +1 -1      speex/libspeex/gain_table.c

Index: gain_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/gain_table.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gain_table.c	28 Jan 2003 08:15:46 -0000	1.8
+++ gain_table.c	31 Jan 2003 01:42:53 -0000	1.9
@@ -29,7 +29,7 @@
    POSSIBILITY OF SUCH DAMAGE.
 */
 
-signed char gain_cdbk_nb[] = {
+signed char gain_cdbk_nb[384] = {
 -32,-32,-32,
 -28,-67,-5,
 -42,-6,-32,

<p><p>1.7       +1 -1      speex/libspeex/gain_table_lbr.c

Index: gain_table_lbr.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/gain_table_lbr.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gain_table_lbr.c	28 Jan 2003 08:15:46 -0000	1.6
+++ gain_table_lbr.c	31 Jan 2003 01:42:53 -0000	1.7
@@ -29,7 +29,7 @@
    POSSIBILITY OF SUCH DAMAGE.
 */
 
-signed char gain_cdbk_lbr[] = {
+signed char gain_cdbk_lbr[96] = {
 -32,-32,-32,
 -31,-58,-16,
 -41,-24,-43,

<p><p>1.4       +33 -33    speex/libspeex/hexc_10_32_table.c

Index: hexc_10_32_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/hexc_10_32_table.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hexc_10_32_table.c	27 Jan 2003 08:31:45 -0000	1.3
+++ hexc_10_32_table.c	31 Jan 2003 01:42:53 -0000	1.4
@@ -30,36 +30,36 @@
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-signed char hexc_10_32_table[32][10] = {
-{2,0,0,0,4,11,25,-48,-14,15},
-{-56,-31,-50,0,-9,9,6,13,2,-1},
-{15,-14,14,-3,7,-11,7,-8,11,-11},
-{-1,0,1,0,2,2,-13,15,-55,54},
-{-13,-31,48,-30,15,-1,-8,10,-13,8},
-{-1,3,-3,-1,-5,-9,-39,34,11,12},
-{6,-4,-4,16,-28,24,-8,-3,33,-29},
-{-2,24,2,42,-42,1,-7,-2,-1,4},
-{0,-1,-1,11,20,-15,-32,-32,28,22},
-{44,6,7,-41,-33,-2,9,20,14,4},
-{-2,0,-1,-1,1,-2,17,-27,53,-49},
-{-4,0,-1,-2,-4,9,19,40,-40,-20},
-{49,-12,41,15,-20,27,-30,17,-16,6},
-{63,28,-9,21,-2,3,-7,-2,-3,2},
-{-40,-46,-10,-4,26,26,10,-3,-8,-20},
-{-16,45,-27,0,6,-20,16,-17,12,-4},
-{-14,13,34,46,18,4,-8,-19,-21,-9},
-{-8,-15,-13,-32,22,-10,49,-8,5,-18},
-{17,-19,39,-46,45,-33,24,-18,10,1},
-{1,3,-7,9,-26,31,-51,62,-30,17},
-{18,-54,-13,-9,-2,7,1,14,-5,7},
-{-8,3,0,-22,43,-42,8,6,-13,16},
-{0,0,0,0,0,1,-1,1,-2,2},
-{-16,22,-60,42,-38,32,-16,11,1,-7},
-{31,44,44,2,16,-1,-12,-12,-9,-1},
-{-12,-10,-39,-17,-15,-3,15,10,20,-3},
-{-6,0,2,3,11,-54,52,-44,33,-8},
-{-6,0,-10,7,-12,62,-36,1,-12,-7},
-{77,-23,51,-20,19,-6,-8,8,-14,16},
-{36,33,24,6,-26,-44,-7,0,9,26},
-{-69,-2,-2,-18,5,-6,9,-1,4,-2},
-{-66,31,-48,27,-11,3,11,-16,16,-18}};
+signed char hexc_10_32_table[320] = {
+2,0,0,0,4,11,25,-48,-14,15,
+-56,-31,-50,0,-9,9,6,13,2,-1,
+15,-14,14,-3,7,-11,7,-8,11,-11,
+-1,0,1,0,2,2,-13,15,-55,54,
+-13,-31,48,-30,15,-1,-8,10,-13,8,
+-1,3,-3,-1,-5,-9,-39,34,11,12,
+6,-4,-4,16,-28,24,-8,-3,33,-29,
+-2,24,2,42,-42,1,-7,-2,-1,4,
+0,-1,-1,11,20,-15,-32,-32,28,22,
+44,6,7,-41,-33,-2,9,20,14,4,
+-2,0,-1,-1,1,-2,17,-27,53,-49,
+-4,0,-1,-2,-4,9,19,40,-40,-20,
+49,-12,41,15,-20,27,-30,17,-16,6,
+63,28,-9,21,-2,3,-7,-2,-3,2,
+-40,-46,-10,-4,26,26,10,-3,-8,-20,
+-16,45,-27,0,6,-20,16,-17,12,-4,
+-14,13,34,46,18,4,-8,-19,-21,-9,
+-8,-15,-13,-32,22,-10,49,-8,5,-18,
+17,-19,39,-46,45,-33,24,-18,10,1,
+1,3,-7,9,-26,31,-51,62,-30,17,
+18,-54,-13,-9,-2,7,1,14,-5,7,
+-8,3,0,-22,43,-42,8,6,-13,16,
+0,0,0,0,0,1,-1,1,-2,2,
+-16,22,-60,42,-38,32,-16,11,1,-7,
+31,44,44,2,16,-1,-12,-12,-9,-1,
+-12,-10,-39,-17,-15,-3,15,10,20,-3,
+-6,0,2,3,11,-54,52,-44,33,-8,
+-6,0,-10,7,-12,62,-36,1,-12,-7,
+77,-23,51,-20,19,-6,-8,8,-14,16,
+36,33,24,6,-26,-44,-7,0,9,26,
+-69,-2,-2,-18,5,-6,9,-1,4,-2,
+-66,31,-48,27,-11,3,11,-16,16,-18};

<p><p>1.10      +129 -129  speex/libspeex/hexc_table.c

Index: hexc_table.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/hexc_table.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hexc_table.c	27 Jan 2003 08:31:45 -0000	1.9
+++ hexc_table.c	31 Jan 2003 01:42:53 -0000	1.10
@@ -31,132 +31,132 @@
 */
 
 
-signed char hexc_table[128][8] = {
-{-27,19,-18,5,-10,-7,15,-11},
-{7,-20,20,-19,2,-32,24,15},
-{4,-10,-48,19,23,-24,-26,44},
-{45,25,-28,23,-15,15,-31,27},
-{-12,-27,-28,11,19,2,-5,-7},
-{69,-33,-15,51,-33,20,-5,4},
-{22,-13,-19,-17,50,34,-45,7},
-{15,-10,27,-36,4,49,-68,39},
-{-19,-22,-19,32,-20,13,-26,33},
-{55,-23,1,-2,-14,23,9,-16},
-{-7,-6,-24,31,4,-28,12,9},
-{29,45,22,37,4,-1,5,-22},
-{-9,6,-61,-11,47,-26,48,-24},
-{-5,1,0,7,-6,-10,-2,10},
-{2,-7,15,-3,-21,11,2,0},
-{-3,13,5,95,-64,-12,-16,-1},
-{-51,8,20,-26,18,-35,35,-18},
-{11,-32,48,-54,21,-3,39,-28},
-{-5,2,-35,11,-26,-19,52,-4},
-{16,0,37,-24,-21,-34,-4,47},
-{-8,14,7,-1,7,20,-22,-11},
-{127,6,11,27,-6,16,-1,4},
-{-1,7,-6,6,-22,20,-88,92},
-{1,13,-5,28,-13,29,-75,17},
-{3,-6,-12,-24,-18,-29,30,83},
-{12,-37,10,-20,66,-31,30,-33},
-{32,62,-38,-26,-23,12,11,11},
-{7,30,4,1,-31,23,3,-8},
-{-12,-1,-13,-5,15,6,17,-20},
-{-50,-2,-10,-18,22,-8,-1,-6},
-{7,6,-9,7,-17,46,-28,-2},
-{-18,-24,42,-23,32,-5,-15,-3},
-{-31,19,-29,28,-25,8,21,-22},
-{0,-3,13,-42,73,-76,60,-28},
-{-6,5,-14,8,-27,14,-45,127},
-{21,9,4,23,-67,-44,65,-1},
-{-5,-7,5,-20,88,-19,-31,-10},
-{14,-93,-2,11,-11,-9,11,10},
-{-13,1,-13,13,-30,91,-64,14},
-{-8,-7,22,-14,5,2,-3,1},
-{2,-71,63,18,-23,23,-17,3},
-{71,15,2,-36,-14,-3,23,5},
-{-6,-15,-75,33,36,6,-3,-6},
-{1,1,-1,4,-3,4,-1,-1},
-{11,-55,-43,-11,26,15,29,-22},
-{1,4,15,-25,26,-12,3,-3},
-{12,-44,75,-25,4,-17,7,4},
-{-96,7,-8,36,-34,7,-11,6},
-{-37,-1,24,-6,-6,13,11,-27},
-{40,3,34,-25,27,-33,17,-9},
-{27,8,-6,14,-55,9,0,32},
-{51,67,7,11,5,-15,-4,-5},
-{22,-18,31,8,3,-18,33,-37},
-{80,-16,-38,24,26,-1,-19,8},
-{-69,47,-43,19,-39,33,-30,17},
-{10,10,18,13,7,-8,-37,-12},
-{-20,-21,-3,-4,0,-2,6,1},
-{-25,22,-16,-48,17,-19,-11,52},
-{33,43,-9,-3,41,-17,-23,7},
-{-32,32,3,-38,24,13,-34,14},
-{-35,-18,-12,6,-5,37,31,-41},
-{25,3,4,-8,2,-3,-7,4},
-{8,-7,46,24,-48,3,30,-33},
-{6,0,5,14,-1,-19,-55,56},
-{-27,34,-12,-6,1,8,-8,7},
-{14,-5,5,-9,-10,-73,100,-4},
-{-4,2,-11,-7,-6,5,-1,19},
-{45,17,-31,23,-11,8,24,-29},
-{-62,-49,-8,17,26,15,-5,-17},
-{75,-53,57,-16,-1,14,-12,11},
-{-5,-2,-5,6,-21,79,6,-61},
-{-18,-41,37,-27,-21,22,-23,30},
-{-12,-38,-1,58,-36,-1,14,-7},
-{15,-7,-16,-5,-6,3,9,1},
-{60,8,-22,35,-1,-31,18,2},
-{105,48,57,33,33,16,-6,10},
-{-37,-37,-48,-4,-3,23,3,10},
-{-2,-3,1,26,-12,-2,4,-16},
-{-23,41,28,4,-18,-27,20,-9},
-{0,-36,2,28,-1,-19,-8,16},
-{-117,39,-28,-12,2,-8,-12,6},
-{37,-29,56,-61,52,-49,51,-26},
-{-27,8,10,-34,-9,-5,18,6},
-{-13,68,-32,15,-15,-31,12,6},
-{6,9,11,3,10,-11,13,-59},
-{42,11,-34,-29,31,-3,1,3},
-{2,1,-3,5,-9,16,-21,15},
-{6,-6,14,-8,49,-21,-77,48},
-{9,-38,-24,-42,-23,19,21,32},
-{27,-12,17,-38,11,6,13,-7},
-{12,25,-18,-17,12,-29,31,1},
-{27,43,-17,-52,9,49,-11,-10},
-{4,0,0,1,-5,-11,79,-58},
-{-20,12,10,-3,10,-45,-10,33},
-{4,-36,-7,17,-20,20,0,-2},
-{-8,8,55,35,9,-34,-16,-16},
-{-44,75,-63,49,-30,1,4,-4},
-{-42,62,-41,-24,48,-35,22,-16},
-{-40,6,2,4,-32,18,-25,30},
-{-24,-2,12,18,-39,-39,13,40},
-{-20,6,-26,-19,87,-61,23,-11},
-{37,-26,13,11,-22,44,-38,15},
-{0,-16,3,-46,-4,78,-16,-4},
-{-40,6,32,-4,-27,37,-24,-6},
-{-78,-51,25,-12,-10,-19,16,2},
-{15,16,-10,-36,-25,26,43,-14},
-{-25,10,-45,69,-4,-33,36,-34},
-{21,-19,-8,3,14,-3,15,-3},
-{11,27,-78,-2,-20,41,-8,13},
-{2,-19,14,-10,9,-3,10,-14},
-{2,-12,88,-69,-18,21,-7,-1},
-{-52,3,-19,15,28,-23,15,-14},
-{-65,-34,47,-61,32,-14,5,0},
-{56,-30,27,7,21,-21,2,0},
-{1,27,13,-47,-46,20,-2,38},
-{30,2,11,3,-5,-6,8,-5},
-{5,-4,9,-1,24,-10,31,-93},
-{39,3,13,2,27,-3,-10,-17},
-{-5,14,-51,76,-68,38,-5,-9},
-{-17,45,9,31,-15,-9,-39,18},
-{-10,0,11,8,-21,-13,32,-12},
-{13,33,47,-85,15,-5,-4,13},
-{1,29,-37,-10,18,9,-2,-8},
-{-66,66,13,-32,-29,12,3,-2},
-{-6,0,-21,16,-62,78,3,-10},
-{-97,-56,-24,-27,-26,-10,-14,10},
-{16,-24,42,-16,-21,32,7,-19},
-{7,7,1,21,32,-62,32,-35}};
+signed char hexc_table[1024] = {
+-27,19,-18,5,-10,-7,15,-11,
+7,-20,20,-19,2,-32,24,15,
+4,-10,-48,19,23,-24,-26,44,
+45,25,-28,23,-15,15,-31,27,
+-12,-27,-28,11,19,2,-5,-7,
+69,-33,-15,51,-33,20,-5,4,
+22,-13,-19,-17,50,34,-45,7,
+15,-10,27,-36,4,49,-68,39,
+-19,-22,-19,32,-20,13,-26,33,
+55,-23,1,-2,-14,23,9,-16,
+-7,-6,-24,31,4,-28,12,9,
+29,45,22,37,4,-1,5,-22,
+-9,6,-61,-11,47,-26,48,-24,
+-5,1,0,7,-6,-10,-2,10,
+2,-7,15,-3,-21,11,2,0,
+-3,13,5,95,-64,-12,-16,-1,
+-51,8,20,-26,18,-35,35,-18,
+11,-32,48,-54,21,-3,39,-28,
+-5,2,-35,11,-26,-19,52,-4,
+16,0,37,-24,-21,-34,-4,47,
+-8,14,7,-1,7,20,-22,-11,
+127,6,11,27,-6,16,-1,4,
+-1,7,-6,6,-22,20,-88,92,
+1,13,-5,28,-13,29,-75,17,
+3,-6,-12,-24,-18,-29,30,83,
+12,-37,10,-20,66,-31,30,-33,
+32,62,-38,-26,-23,12,11,11,
+7,30,4,1,-31,23,3,-8,
+-12,-1,-13,-5,15,6,17,-20,
+-50,-2,-10,-18,22,-8,-1,-6,
+7,6,-9,7,-17,46,-28,-2,
+-18,-24,42,-23,32,-5,-15,-3,
+-31,19,-29,28,-25,8,21,-22,
+0,-3,13,-42,73,-76,60,-28,
+-6,5,-14,8,-27,14,-45,127,
+21,9,4,23,-67,-44,65,-1,
+-5,-7,5,-20,88,-19,-31,-10,
+14,-93,-2,11,-11,-9,11,10,
+-13,1,-13,13,-30,91,-64,14,
+-8,-7,22,-14,5,2,-3,1,
+2,-71,63,18,-23,23,-17,3,
+71,15,2,-36,-14,-3,23,5,
+-6,-15,-75,33,36,6,-3,-6,
+1,1,-1,4,-3,4,-1,-1,
+11,-55,-43,-11,26,15,29,-22,
+1,4,15,-25,26,-12,3,-3,
+12,-44,75,-25,4,-17,7,4,
+-96,7,-8,36,-34,7,-11,6,
+-37,-1,24,-6,-6,13,11,-27,
+40,3,34,-25,27,-33,17,-9,
+27,8,-6,14,-55,9,0,32,
+51,67,7,11,5,-15,-4,-5,
+22,-18,31,8,3,-18,33,-37,
+80,-16,-38,24,26,-1,-19,8,
+-69,47,-43,19,-39,33,-30,17,
+10,10,18,13,7,-8,-37,-12,
+-20,-21,-3,-4,0,-2,6,1,
+-25,22,-16,-48,17,-19,-11,52,
+33,43,-9,-3,41,-17,-23,7,
+-32,32,3,-38,24,13,-34,14,
+-35,-18,-12,6,-5,37,31,-41,
+25,3,4,-8,2,-3,-7,4,
+8,-7,46,24,-48,3,30,-33,
+6,0,5,14,-1,-19,-55,56,
+-27,34,-12,-6,1,8,-8,7,
+14,-5,5,-9,-10,-73,100,-4,
+-4,2,-11,-7,-6,5,-1,19,
+45,17,-31,23,-11,8,24,-29,
+-62,-49,-8,17,26,15,-5,-17,
+75,-53,57,-16,-1,14,-12,11,
+-5,-2,-5,6,-21,79,6,-61,
+-18,-41,37,-27,-21,22,-23,30,
+-12,-38,-1,58,-36,-1,14,-7,
+15,-7,-16,-5,-6,3,9,1,
+60,8,-22,35,-1,-31,18,2,
+105,48,57,33,33,16,-6,10,
+-37,-37,-48,-4,-3,23,3,10,
+-2,-3,1,26,-12,-2,4,-16,
+-23,41,28,4,-18,-27,20,-9,
+0,-36,2,28,-1,-19,-8,16,
+-117,39,-28,-12,2,-8,-12,6,
+37,-29,56,-61,52,-49,51,-26,
+-27,8,10,-34,-9,-5,18,6,
+-13,68,-32,15,-15,-31,12,6,
+6,9,11,3,10,-11,13,-59,
+42,11,-34,-29,31,-3,1,3,
+2,1,-3,5,-9,16,-21,15,
+6,-6,14,-8,49,-21,-77,48,
+9,-38,-24,-42,-23,19,21,32,
+27,-12,17,-38,11,6,13,-7,
+12,25,-18,-17,12,-29,31,1,
+27,43,-17,-52,9,49,-11,-10,
+4,0,0,1,-5,-11,79,-58,
+-20,12,10,-3,10,-45,-10,33,
+4,-36,-7,17,-20,20,0,-2,
+-8,8,55,35,9,-34,-16,-16,
+-44,75,-63,49,-30,1,4,-4,
+-42,62,-41,-24,48,-35,22,-16,
+-40,6,2,4,-32,18,-25,30,
+-24,-2,12,18,-39,-39,13,40,
+-20,6,-26,-19,87,-61,23,-11,
+37,-26,13,11,-22,44,-38,15,
+0,-16,3,-46,-4,78,-16,-4,
+-40,6,32,-4,-27,37,-24,-6,
+-78,-51,25,-12,-10,-19,16,2,
+15,16,-10,-36,-25,26,43,-14,
+-25,10,-45,69,-4,-33,36,-34,
+21,-19,-8,3,14,-3,15,-3,
+11,27,-78,-2,-20,41,-8,13,
+2,-19,14,-10,9,-3,10,-14,
+2,-12,88,-69,-18,21,-7,-1,
+-52,3,-19,15,28,-23,15,-14,
+-65,-34,47,-61,32,-14,5,0,
+56,-30,27,7,21,-21,2,0,
+1,27,13,-47,-46,20,-2,38,
+30,2,11,3,-5,-6,8,-5,
+5,-4,9,-1,24,-10,31,-93,
+39,3,13,2,27,-3,-10,-17,
+-5,14,-51,76,-68,38,-5,-9,
+-17,45,9,31,-15,-9,-39,18,
+-10,0,11,8,-21,-13,32,-12,
+13,33,47,-85,15,-5,-4,13,
+1,29,-37,-10,18,9,-2,-8,
+-66,66,13,-32,-29,12,3,-2,
+-6,0,-21,16,-62,78,3,-10,
+-97,-56,-24,-27,-26,-10,-14,10,
+16,-24,42,-16,-21,32,7,-19,
+7,7,1,21,32,-62,32,-35};

<p><p>1.5       +2 -2      speex/libspeex/high_lsp_tables.c

Index: high_lsp_tables.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/high_lsp_tables.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- high_lsp_tables.c	28 Jan 2003 00:50:22 -0000	1.4
+++ high_lsp_tables.c	31 Jan 2003 01:42:53 -0000	1.5
@@ -29,7 +29,7 @@
    POSSIBILITY OF SUCH DAMAGE.
 */
  
-signed char high_lsp_cdbk[]={
+signed char high_lsp_cdbk[512]={
 39,12,-14,-20,-29,-61,-67,-76,
 -32,-71,-67,68,77,46,34,5,
 -13,-48,-46,-72,-81,-84,-60,-58,
@@ -96,7 +96,7 @@
 -42,-74,-48,21,-4,70,52,10};
 
 
-signed char high_lsp_cdbk2[]={
+signed char high_lsp_cdbk2[512]={
 -36,-62,6,-9,-10,-14,-56,23,
 1,-26,23,-48,-17,12,8,-7,
 23,29,-36,-28,-6,-29,-17,-5,

<p><p>1.6       +5 -5      speex/libspeex/lsp_tables_nb.c

Index: lsp_tables_nb.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/lsp_tables_nb.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lsp_tables_nb.c	28 Jan 2003 00:50:22 -0000	1.5
+++ lsp_tables_nb.c	31 Jan 2003 01:42:53 -0000	1.6
@@ -29,7 +29,7 @@
    POSSIBILITY OF SUCH DAMAGE.
 */
 
-signed char cdbk_nb[]={
+signed char cdbk_nb[640]={
 30,19,38,34,40,32,46,43,58,43,
 5,-18,-25,-40,-33,-55,-52,20,34,28,
 -20,-63,-97,-92,61,53,47,49,53,75,
@@ -95,7 +95,7 @@
 -6,-41,-67,6,-2,-9,19,2,85,74,
 -22,-67,-84,-71,-50,3,11,-9,2,62};
 
-signed char cdbk_nb_low1[]={
+signed char cdbk_nb_low1[320]={
 -34,-52,-15,45,2,
 23,21,52,24,-33,
 -9,-1,9,-44,-41,
@@ -161,7 +161,7 @@
 13,20,20,-19,-22,
 -2,-8,2,51,-51};
 
-signed char cdbk_nb_low2[]={
+signed char cdbk_nb_low2[320]={
 -6,53,-21,-24,4,
 26,17,-4,-37,25,
 17,-36,-13,31,3,
@@ -227,7 +227,7 @@
 -23,-29,-16,1,-3,
 -8,-10,31,64,-65};
 
-signed char cdbk_nb_high1[]={
+signed char cdbk_nb_high1[320]={
 -26,-8,29,21,4,
 19,-39,33,-7,-36,
 56,54,48,40,29,
@@ -293,7 +293,7 @@
 29,17,8,-29,-39,
 -69,18,15,-15,-5};
 
-signed char cdbk_nb_high2[]={
+signed char cdbk_nb_high2[320]={
 11,47,16,-9,-46,
 -32,26,-64,34,-5,
 38,-7,47,20,2,

<p><p>1.16      +6 -0      speex/libspeex/misc.h

Index: misc.h
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/misc.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- misc.h	28 Jan 2003 08:15:46 -0000	1.15
+++ misc.h	31 Jan 2003 01:42:53 -0000	1.16
@@ -39,6 +39,12 @@
 #define VERSION "speex-1.0rc2"
 #endif
 
+/*Disable some warnings on VC++*/
+#if _MSC_VER
+#pragma warning(disable : 4244)
+#pragma warning(disable : 4305)
+#endif
+
 #ifndef RELEASE
 void print_vec(float *vec, int len, char *name);
 #endif

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list