forked from Mirrors/freeswitch
clean up some warnings because it anoyed me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@779 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6bbe672f07
commit
1e2de69785
@ -67,4 +67,4 @@ $(LIB): $(LIB)(f2clib.o) \
|
||||
$(LIB)(vparms.o)
|
||||
|
||||
clean:
|
||||
-rm -f *.o
|
||||
-rm -f *.o ../liblpc10.a
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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 */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user