diff --git a/libs/codec/lpc10/Makefile b/libs/codec/lpc10/Makefile index 6485f0bf74..d0747edcde 100644 --- a/libs/codec/lpc10/Makefile +++ b/libs/codec/lpc10/Makefile @@ -67,4 +67,4 @@ $(LIB): $(LIB)(f2clib.o) \ $(LIB)(vparms.o) clean: - -rm -f *.o + -rm -f *.o ../liblpc10.a diff --git a/libs/codec/lpc10/analys.c b/libs/codec/lpc10/analys.c index 2cff625f09..2d8718e885 100644 --- a/libs/codec/lpc10/analys.c +++ b/libs/codec/lpc10/analys.c @@ -82,15 +82,15 @@ static integer c__1 = 1; /* ANALYS Version 55 */ /* $Log: analys.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -101,7 +101,8 @@ static integer c__1 = 1; * * Revision 1.1 1996/08/19 22:29:08 jaf * Initial revision - * */ + * + */ /* Revision 1.9 1996/05/23 19:41:07 jaf */ /* Commented out some unnecessary lines that were reading uninitialized */ /* values. */ @@ -252,15 +253,15 @@ static integer c__1 = 1; real phi[100] /* was [10][10] */, psi[10]; /* $Log: analys.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -271,7 +272,8 @@ static integer c__1 = 1; * * Revision 1.1 1996/08/19 22:29:08 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -286,15 +288,15 @@ static integer c__1 = 1; /* Frame size, Prediction order, Pitch period */ /* Arguments to ANALYS */ /* $Log: analys.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an diff --git a/libs/codec/lpc10/bsynz.c b/libs/codec/lpc10/bsynz.c index 4f1cbf655a..432eba789e 100644 --- a/libs/codec/lpc10/bsynz.c +++ b/libs/codec/lpc10/bsynz.c @@ -51,15 +51,15 @@ extern struct { /* BSYNZ Version 54 */ /* $Log: bsynz.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -70,7 +70,8 @@ extern struct { * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision - * */ + * + */ /* Revision 1.4 1996/03/27 18:11:22 jaf */ /* Changed the range of NOISE printed out in the debugging statements, */ /* even though they are commented out. I didn't discover this until I */ @@ -150,15 +151,15 @@ extern struct { real lpi0, hpi0; /* $Log: bsynz.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -169,7 +170,8 @@ extern struct { * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -184,15 +186,15 @@ extern struct { /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: bsynz.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -203,7 +205,8 @@ extern struct { * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/chanwr.c b/libs/codec/lpc10/chanwr.c index c486b2b7dd..920c0d6d12 100644 --- a/libs/codec/lpc10/chanwr.c +++ b/libs/codec/lpc10/chanwr.c @@ -35,12 +35,12 @@ extern int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, /* CHANL Version 49 */ /* $Log: chanwr.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:20:24 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -48,7 +48,8 @@ extern int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, * * Revision 1.1 1996/08/19 22:40:31 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/21 15:14:57 jaf */ /* Added comments about which indices of argument arrays are read or */ /* written, and about the one bit of local state in CHANWR. CHANRD */ diff --git a/libs/codec/lpc10/dcbias.c b/libs/codec/lpc10/dcbias.c index d43a82fd9b..d921780797 100644 --- a/libs/codec/lpc10/dcbias.c +++ b/libs/codec/lpc10/dcbias.c @@ -29,15 +29,16 @@ extern int dcbias_(integer *len, real *speech, real *sigout); /* DCBIAS Version 50 */ /* $Log: dcbias.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:40:23 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/18 21:19:22 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ diff --git a/libs/codec/lpc10/decode.c b/libs/codec/lpc10/decode.c index 1ac5b7411f..c3041cc2f7 100644 --- a/libs/codec/lpc10/decode.c +++ b/libs/codec/lpc10/decode.c @@ -56,15 +56,15 @@ static integer c__2 = 2; /* DECODE Version 54 */ /* $Log: decode_.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -75,7 +75,8 @@ static integer c__2 = 2; * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/05/23 20:06:03 jaf */ /* Assigned PITCH a "default" value on the first call, since otherwise it */ /* would be left uninitialized. */ @@ -194,15 +195,15 @@ static integer c__2 = 2; integer ishift, errcnt, lsb; /* $Log: decode_.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -213,7 +214,8 @@ static integer c__2 = 2; * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -228,15 +230,15 @@ static integer c__2 = 2; /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: decode_.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -247,7 +249,8 @@ static integer c__2 = 2; * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/deemp.c b/libs/codec/lpc10/deemp.c index 8ea98c4a35..c55b33b8d7 100644 --- a/libs/codec/lpc10/deemp.c +++ b/libs/codec/lpc10/deemp.c @@ -37,12 +37,12 @@ extern int deemp_(real *x, integer *n, struct lpc10_decoder_state *st); /* DEEMP Version 48 */ /* $Log: deemp.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:23:46 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -53,7 +53,8 @@ extern int deemp_(real *x, integer *n, struct lpc10_decoder_state *st); * * Revision 1.1 1996/08/19 22:32:34 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/20 15:54:37 jaf */ /* Added comments about which indices of array arguments are read or */ /* written. */ diff --git a/libs/codec/lpc10/difmag.c b/libs/codec/lpc10/difmag.c index 564bda6f69..b14193deb2 100644 --- a/libs/codec/lpc10/difmag.c +++ b/libs/codec/lpc10/difmag.c @@ -29,15 +29,16 @@ extern int difmag_(real *speech, integer *lpita, integer *tau, integer *ltau, in /* DIFMAG Version 49 */ /* $Log: difmag.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:31 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/15 23:09:39 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ diff --git a/libs/codec/lpc10/dyptrk.c b/libs/codec/lpc10/dyptrk.c index 2d60223b14..e563ef73e1 100644 --- a/libs/codec/lpc10/dyptrk.c +++ b/libs/codec/lpc10/dyptrk.c @@ -47,12 +47,12 @@ extern struct { /* DYPTRK Version 52 */ /* $Log: dyptrk.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:25:29 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -63,7 +63,8 @@ extern struct { * * Revision 1.1 1996/08/19 22:32:26 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/03/26 19:35:35 jaf */ /* Commented out trace statements. */ @@ -136,12 +137,12 @@ extern struct { /* Arguments */ /* $Log: dyptrk.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:25:29 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -152,7 +153,8 @@ extern struct { * * Revision 1.1 1996/08/19 22:32:26 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/encode.c b/libs/codec/lpc10/encode.c index c0f081d07b..5d3785abd9 100644 --- a/libs/codec/lpc10/encode.c +++ b/libs/codec/lpc10/encode.c @@ -46,18 +46,19 @@ static integer c__2 = 2; /* ENCODE Version 54 */ /* $Log: encode_.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/03/26 19:35:50 jaf */ /* Commented out trace statements. */ @@ -134,18 +135,19 @@ static integer c__2 = 2; integer idel, nbit, i__, j, i2, i3, mrk; /* $Log: encode_.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -160,18 +162,19 @@ static integer c__2 = 2; /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: encode_.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/energy.c b/libs/codec/lpc10/energy.c index 7a84eed9b3..d422cf4419 100644 --- a/libs/codec/lpc10/energy.c +++ b/libs/codec/lpc10/energy.c @@ -32,18 +32,19 @@ extern int energy_(integer *len, real *speech, real *rms); /* ENERGY Version 50 */ /* $Log: energy.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:17 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/18 21:17:41 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ diff --git a/libs/codec/lpc10/ham84.c b/libs/codec/lpc10/ham84.c index e9537f1a2d..48f439b341 100644 --- a/libs/codec/lpc10/ham84.c +++ b/libs/codec/lpc10/ham84.c @@ -29,15 +29,16 @@ extern int ham84_(integer *input, integer *output, integer *errcnt); /* HAM84 Version 45G */ /* $Log: ham84.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:07 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/21 15:26:00 jaf */ /* Put comment header in standard form. */ diff --git a/libs/codec/lpc10/hp100.c b/libs/codec/lpc10/hp100.c index e2320b31dd..d120464dd3 100644 --- a/libs/codec/lpc10/hp100.c +++ b/libs/codec/lpc10/hp100.c @@ -39,12 +39,12 @@ extern int inithp100_(void); /* HP100 Version 55 */ /* $Log: hp100.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:28:05 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -55,7 +55,8 @@ extern int inithp100_(void); * * Revision 1.1 1996/08/19 22:32:04 jaf * Initial revision - * */ + * + */ /* Revision 1.6 1996/03/15 16:45:25 jaf */ /* Rearranged a few comments. */ diff --git a/libs/codec/lpc10/invert.c b/libs/codec/lpc10/invert.c index 0f2a1254fb..c32b19ecad 100644 --- a/libs/codec/lpc10/invert.c +++ b/libs/codec/lpc10/invert.c @@ -29,15 +29,16 @@ extern int invert_(integer *order, real *phi, real *psi, real *rc); /* INVERT Version 45G */ /* $Log: invert.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:00 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/18 20:52:47 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ @@ -91,15 +92,16 @@ extern int invert_(integer *order, real *phi, real *psi, real *rc); /* Arguments */ /* $Log: invert.c,v $ -/* Revision 1.1 2004/05/04 11:16:42 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:42 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:32:00 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ diff --git a/libs/codec/lpc10/irc2pc.c b/libs/codec/lpc10/irc2pc.c index 623f71873c..9f8ccb5714 100644 --- a/libs/codec/lpc10/irc2pc.c +++ b/libs/codec/lpc10/irc2pc.c @@ -32,18 +32,19 @@ extern int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pas /* IRC2PC Version 48 */ /* $Log: irc2pc.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:56 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/20 15:47:19 jaf */ /* Added comments about which indices of array arguments are read or */ /* written. */ @@ -88,18 +89,19 @@ extern int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pas /* Arguments */ /* $Log: irc2pc.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:56 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ diff --git a/libs/codec/lpc10/ivfilt.c b/libs/codec/lpc10/ivfilt.c index dedde0fbd2..ad45080289 100644 --- a/libs/codec/lpc10/ivfilt.c +++ b/libs/codec/lpc10/ivfilt.c @@ -32,18 +32,19 @@ extern int ivfilt_(real *lpbuf, real *ivbuf, integer *len, integer *nsamp, real /* IVFILT Version 48 */ /* $Log: ivfilt.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:53 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/15 21:36:29 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ diff --git a/libs/codec/lpc10/lpcdec.c b/libs/codec/lpc10/lpcdec.c index 4e4509e419..cea42e69c4 100644 --- a/libs/codec/lpc10/lpcdec.c +++ b/libs/codec/lpc10/lpcdec.c @@ -58,12 +58,12 @@ static integer c__10 = 10; /* ***************************************************************** */ /* $Log: lpcdec.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -77,7 +77,8 @@ static integer c__10 = 10; * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision - * */ + * + */ /* Revision 1.1 1996/03/28 00:03:00 jaf */ /* Initial revision */ @@ -113,12 +114,12 @@ static integer c__10 = 10; real rms; /* $Log: lpcdec.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -132,7 +133,8 @@ static integer c__10 = 10; * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -147,12 +149,12 @@ static integer c__10 = 10; /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: lpcdec.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -166,7 +168,8 @@ static integer c__10 = 10; * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/lpcenc.c b/libs/codec/lpc10/lpcenc.c index 8be7070a0a..5df9cfc841 100644 --- a/libs/codec/lpc10/lpcenc.c +++ b/libs/codec/lpc10/lpcenc.c @@ -50,12 +50,12 @@ static integer c__10 = 10; /* ***************************************************************** */ /* $Log: lpcenc.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:31:21 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -69,7 +69,8 @@ static integer c__10 = 10; * * Revision 1.1 1996/08/19 22:31:44 jaf * Initial revision - * */ + * + */ /* Revision 1.2 1996/03/28 00:01:22 jaf */ /* Commented out some trace statements. */ @@ -109,12 +110,12 @@ static integer c__10 = 10; /* Arguments */ /* $Log: lpcenc.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:31:21 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -128,7 +129,8 @@ static integer c__10 = 10; * * Revision 1.1 1996/08/19 22:31:44 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ diff --git a/libs/codec/lpc10/lpcini.c b/libs/codec/lpc10/lpcini.c index 1cc2b3bb0a..e92fa2c6b8 100644 --- a/libs/codec/lpc10/lpcini.c +++ b/libs/codec/lpc10/lpcini.c @@ -60,25 +60,26 @@ struct { /* ***************************************************************** */ /* $Log: lpcini.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.3 2002/10/10 05:29:04 robertj -/* Removed non-ansi-C comments to maximise portability, thanks Martijn Roest -/* -/* Revision 1.2 2001/02/24 14:00:10 rogerh -/* Select the correct header file for malloc (stdlib.h or malloc.h) -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.3 2002/10/10 05:29:04 robertj + * Removed non-ansi-C comments to maximise portability, thanks Martijn Roest + * + * Revision 1.2 2001/02/24 14:00:10 rogerh + * Select the correct header file for malloc (stdlib.h or malloc.h) + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision - * */ + * + */ /* Revision 1.1 1996/03/28 00:04:05 jaf */ /* Initial revision */ @@ -92,25 +93,26 @@ struct { { /* $Log: lpcini.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.3 2002/10/10 05:29:04 robertj -/* Removed non-ansi-C comments to maximise portability, thanks Martijn Roest -/* -/* Revision 1.2 2001/02/24 14:00:10 rogerh -/* Select the correct header file for malloc (stdlib.h or malloc.h) -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.3 2002/10/10 05:29:04 robertj + * Removed non-ansi-C comments to maximise portability, thanks Martijn Roest + * + * Revision 1.2 2001/02/24 14:00:10 rogerh + * Select the correct header file for malloc (stdlib.h or malloc.h) + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -124,25 +126,26 @@ struct { /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* $Log: lpcini.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.3 2002/10/10 05:29:04 robertj -/* Removed non-ansi-C comments to maximise portability, thanks Martijn Roest -/* -/* Revision 1.2 2001/02/24 14:00:10 rogerh -/* Select the correct header file for malloc (stdlib.h or malloc.h) -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.3 2002/10/10 05:29:04 robertj + * Removed non-ansi-C comments to maximise portability, thanks Martijn Roest + * + * Revision 1.2 2001/02/24 14:00:10 rogerh + * Select the correct header file for malloc (stdlib.h or malloc.h) + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ @@ -278,7 +281,7 @@ void init_lpc10_encoder_state(struct lpc10_encoder_state *st) st->ivbuf[i] = 0.0f; } st->bias = 0.0f; - /* integer osbuf[10]; /* no initial value necessary */ + /* integer osbuf[10]; no initial value necessary */ st->osptr = 1; for (i = 0; i < 3; i++) { st->obound[i] = 0; @@ -302,14 +305,14 @@ void init_lpc10_encoder_state(struct lpc10_encoder_state *st) /* State used by function onset */ st->n = 0.0f; st->d__ = 1.0f; - /* real fpc; /* no initial value necessary */ + /* real fpc; no initial value necessary */ for (i = 0; i < 16; i++) { st->l2buf[i] = 0.0f; } st->l2sum1 = 0.0f; st->l2ptr1 = 1; st->l2ptr2 = 9; - /* integer lasti; /* no initial value necessary */ + /* integer lasti; no initial value necessary */ st->hyst = FALSE_; /* State used by function voicin */ @@ -393,11 +396,11 @@ void init_lpc10_decoder_state(struct lpc10_decoder_state *st) st->buflen = 180; /* State used by function pitsyn */ - /* ivoico; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ - /* ipito; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ + /* ivoico; no initial value necessary as long as first_pitsyn is initially TRUE_ */ + /* ipito; no initial value necessary as long as first_pitsyn is initially TRUE_ */ st->rmso = 1.0f; - /* rco[10]; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ - /* integer jsamp; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ + /* rco[10]; no initial value necessary as long as first_pitsyn is initially TRUE_ */ + /* integer jsamp; no initial value necessary as long as first_pitsyn is initially TRUE_ */ st->first_pitsyn = TRUE_; /* State used by function bsynz */ diff --git a/libs/codec/lpc10/lpfilt.c b/libs/codec/lpc10/lpfilt.c index a3f4f3c9ae..f47d116ee1 100644 --- a/libs/codec/lpc10/lpfilt.c +++ b/libs/codec/lpc10/lpfilt.c @@ -29,15 +29,16 @@ extern int lpfilt_(real *inbuf, real *lpbuf, integer *len, integer *nsamp); /* LPFILT Version 55 */ /* $Log: lpfilt.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:35 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/15 16:53:49 jaf */ /* Just put comment header in standard form. */ diff --git a/libs/codec/lpc10/median.c b/libs/codec/lpc10/median.c index 66836d5185..e3722d230c 100644 --- a/libs/codec/lpc10/median.c +++ b/libs/codec/lpc10/median.c @@ -29,15 +29,16 @@ extern integer median_(integer *d1, integer *d2, integer *d3); /* MEDIAN Version 45G */ /* $Log: median.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:31 jaf * Initial revision - * */ + * + */ /* Revision 1.2 1996/03/14 22:30:22 jaf */ /* Just rearranged the comments and local variable declarations a bit. */ diff --git a/libs/codec/lpc10/mload.c b/libs/codec/lpc10/mload.c index ae1275565d..895022e1b6 100644 --- a/libs/codec/lpc10/mload.c +++ b/libs/codec/lpc10/mload.c @@ -29,15 +29,16 @@ extern int mload_(integer *order, integer *awins, integer *awinf, real *speech, /* MLOAD Version 48 */ /* $Log: mload.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:25 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/03/27 23:59:51 jaf */ /* Added some more accurate comments about which indices of the argument */ /* array SPEECH are read. I thought that this might be the cause of a */ diff --git a/libs/codec/lpc10/onset.c b/libs/codec/lpc10/onset.c index f9e654fb76..228077b1bd 100644 --- a/libs/codec/lpc10/onset.c +++ b/libs/codec/lpc10/onset.c @@ -44,15 +44,15 @@ static real c_b2 = 1.f; /* ONSET Version 49 */ /* $Log: onset.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:37:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -63,7 +63,8 @@ static real c_b2 = 1.f; * * Revision 1.1 1996/08/19 22:31:18 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/03/15 16:41:01 jaf */ /* Just rearranged INITONSET assignment orders to be consistent with */ /* order of DATA statements in ONSET. */ @@ -149,15 +150,15 @@ static real c_b2 = 1.f; /* Arguments */ /* $Log: onset.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:37:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -168,7 +169,8 @@ static real c_b2 = 1.f; * * Revision 1.1 1996/08/19 22:31:18 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ diff --git a/libs/codec/lpc10/pitsyn.c b/libs/codec/lpc10/pitsyn.c index a76200b37e..3b617c8130 100644 --- a/libs/codec/lpc10/pitsyn.c +++ b/libs/codec/lpc10/pitsyn.c @@ -40,15 +40,15 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re /* PITSYN Version 53 */ /* $Log: pitsyn.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:40:12 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -59,7 +59,8 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re * * Revision 1.1 1996/08/19 22:31:12 jaf * Initial revision - * */ + * + */ /* Revision 1.2 1996/03/25 18:49:07 jaf */ /* Added commments about which indices of array arguments are read or */ /* written. */ @@ -149,15 +150,15 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re /* Arguments */ /* $Log: pitsyn.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:40:12 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -168,7 +169,8 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re * * Revision 1.1 1996/08/19 22:31:12 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ diff --git a/libs/codec/lpc10/placea.c b/libs/codec/lpc10/placea.c index 63985abb45..33026e58dd 100644 --- a/libs/codec/lpc10/placea.c +++ b/libs/codec/lpc10/placea.c @@ -32,18 +32,19 @@ extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *a /* PLACEA Version 48 */ /* $Log: placea.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2001/10/16 21:21:14 yurik -/* Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2001/10/16 21:21:14 yurik + * Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:07 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/03/19 20:41:55 jaf */ /* Added some conditions satisfied by the output values in EWIN. */ diff --git a/libs/codec/lpc10/placev.c b/libs/codec/lpc10/placev.c index 823ce0d4ff..092c0263a8 100644 --- a/libs/codec/lpc10/placev.c +++ b/libs/codec/lpc10/placev.c @@ -32,18 +32,19 @@ extern int placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obou /* PLACEV Version 48 */ /* $Log: placev.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2001/10/16 21:21:14 yurik -/* Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2001/10/16 21:21:14 yurik + * Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:31:02 jaf * Initial revision - * */ + * + */ /* Revision 1.6 1996/03/19 20:42:19 jaf */ /* Added some conditions satisfied by the output values in VWIN. */ diff --git a/libs/codec/lpc10/preemp.c b/libs/codec/lpc10/preemp.c index 90a5c6fb14..4c8c56a078 100644 --- a/libs/codec/lpc10/preemp.c +++ b/libs/codec/lpc10/preemp.c @@ -29,15 +29,16 @@ extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z /* PREEMP Version 55 */ /* $Log: preemp.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:30:58 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/14 23:16:29 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ diff --git a/libs/codec/lpc10/prepro.c b/libs/codec/lpc10/prepro.c index d0cc5be029..43f95d193c 100644 --- a/libs/codec/lpc10/prepro.c +++ b/libs/codec/lpc10/prepro.c @@ -44,12 +44,12 @@ static integer c__1 = 1; /* PREPRO Version 48 */ /* $Log: prepro.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:40:51 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -60,7 +60,8 @@ static integer c__1 = 1; * * Revision 1.1 1996/08/19 22:30:54 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/14 23:22:56 jaf */ /* Added comments about when INITPREPRO should be used. */ diff --git a/libs/codec/lpc10/random.c b/libs/codec/lpc10/random.c index 7345f6b692..d99d42bbf1 100644 --- a/libs/codec/lpc10/random.c +++ b/libs/codec/lpc10/random.c @@ -37,12 +37,12 @@ extern integer random_(struct lpc10_decoder_state *st); /* RANDOM Version 49 */ /* $Log: random.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:41:32 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -53,7 +53,8 @@ extern integer random_(struct lpc10_decoder_state *st); * * Revision 1.1 1996/08/19 22:30:49 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/20 16:13:54 jaf */ /* Rearranged comments a little bit, and added comments explaining that */ /* even though there is local state here, there is no need to create an */ diff --git a/libs/codec/lpc10/rcchk.c b/libs/codec/lpc10/rcchk.c index abd353fcb3..a8f2ba0f26 100644 --- a/libs/codec/lpc10/rcchk.c +++ b/libs/codec/lpc10/rcchk.c @@ -29,15 +29,16 @@ extern int rcchk_(integer *order, real *rc1f, real *rc2f); /* RCCHK Version 45G */ /* $Log: rcchk.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:30:41 jaf * Initial revision - * */ + * + */ /* Revision 1.4 1996/03/27 18:13:47 jaf */ /* Commented out a call to subroutine ERROR. */ diff --git a/libs/codec/lpc10/synths.c b/libs/codec/lpc10/synths.c index a8379c3d20..7470879d4f 100644 --- a/libs/codec/lpc10/synths.c +++ b/libs/codec/lpc10/synths.c @@ -59,11 +59,11 @@ static real c_b2 = .7f; /* $Log: synths.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -74,7 +74,8 @@ static real c_b2 = .7f; * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision - * */ + * + */ /* Revision 1.5 1996/03/26 19:31:58 jaf */ /* Commented out trace statements. */ @@ -178,12 +179,12 @@ static real c_b2 = .7f; real rci[160] /* was [10][16] */; /* $Log: synths.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -194,7 +195,8 @@ static real c_b2 = .7f; * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ @@ -209,12 +211,12 @@ static real c_b2 = .7f; /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: synths.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an @@ -225,7 +227,8 @@ static real c_b2 = .7f; * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/tbdm.c b/libs/codec/lpc10/tbdm.c index bd9ebf1778..54e7ff5581 100644 --- a/libs/codec/lpc10/tbdm.c +++ b/libs/codec/lpc10/tbdm.c @@ -33,18 +33,19 @@ extern int tbdm_(real *speech, integer *lpita, integer *tau, integer *ltau, real /* TBDM Version 49 */ /* $Log: tbdm.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:30:26 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/18 22:14:00 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ diff --git a/libs/codec/lpc10/voicin.c b/libs/codec/lpc10/voicin.c index 492bee0bac..fc502d9a52 100644 --- a/libs/codec/lpc10/voicin.c +++ b/libs/codec/lpc10/voicin.c @@ -51,15 +51,15 @@ extern struct { /* VOICIN Version 52 */ /* $Log: voicin.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:45:00 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -70,7 +70,8 @@ extern struct { * * Revision 1.1 1996/08/19 22:30:14 jaf * Initial revision - * */ + * + */ /* Revision 1.10 1996/03/29 17:59:14 jaf */ /* Avoided using VALUE(9), although it shouldn't affect the function of */ /* the code at all, because it was always multiplied by VDC(9,SNRL), */ @@ -296,15 +297,15 @@ s*/ /* Global Variables: */ /* Arguments */ /* $Log: voicin.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.2 1996/08/20 20:45:00 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an @@ -315,7 +316,8 @@ s*/ * * Revision 1.1 1996/08/19 22:30:14 jaf * Initial revision - * */ + * + */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ diff --git a/libs/codec/lpc10/vparms.c b/libs/codec/lpc10/vparms.c index 25f5fb58ae..681cf7c1aa 100644 --- a/libs/codec/lpc10/vparms.c +++ b/libs/codec/lpc10/vparms.c @@ -36,18 +36,19 @@ static real c_b2 = 1.f; /* VPARMS Version 50 */ /* $Log: vparms.c,v $ -/* Revision 1.1 2004/05/04 11:16:43 csoutheren -/* Initial version -/* -/* Revision 1.2 2002/02/15 03:57:55 yurik -/* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com -/* -/* Revision 1.1 2000/06/05 04:45:12 robertj -/* Added LPC-10 2400bps codec -/* + * Revision 1.1 2004/05/04 11:16:43 csoutheren + * Initial version + * + * Revision 1.2 2002/02/15 03:57:55 yurik + * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com + * + * Revision 1.1 2000/06/05 04:45:12 robertj + * Added LPC-10 2400bps codec + * * Revision 1.1 1996/08/19 22:30:04 jaf * Initial revision - * */ + * + */ /* Revision 1.6 1996/03/29 18:01:16 jaf */ /* Added some more comments about the range of INBUF and LPBUF that can */ /* be read. Note that it is possible for index VWIN(2)+1 to be read from */