@ -59,21 +59,21 @@ struct {
* Revision 1.18 2003 / 10 / 21 18 : 08 : 11 markster
* Fix include order
*
/* Revision 1.5 2003/10/21 18:08:11 markster
/* Fix include order
/*
/* Revision 1.4 2003/10/21 02:57:29 markster
/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
/* Revision 1.1 2003/02/12 13:59:15 matteo
/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
/*
* Revision 1.5 2003 / 10 / 21 18 : 08 : 11 markster
* Fix include order
*
* Revision 1.4 2003 / 10 / 21 02 : 57 : 29 markster
* FreeBSD patch , take 2
*
* Revision 1.3 2003 / 10 / 16 21 : 11 : 30 martinp
* Revert the previous patch since it ' s braking compilation
*
* Revision 1.1 2003 / 02 / 12 13 : 59 : 15 matteo
* Initial revision
*
* Revision 1.2 2000 / 01 / 05 08 : 20 : 39 markster
* Some OSS fixes and a few lpc changes to make it actually work
*
* Revision 1.2 1996 / 08 / 20 20 : 35 : 41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures .
@ -97,21 +97,21 @@ struct {
* Revision 1.18 2003 / 10 / 21 18 : 08 : 11 markster
* Fix include order
*
/* Revision 1.5 2003/10/21 18:08:11 markster
/* Fix include order
/*
/* Revision 1.4 2003/10/21 02:57:29 markster
/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
/* Revision 1.1 2003/02/12 13:59:15 matteo
/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
/*
* Revision 1.5 2003 / 10 / 21 18 : 08 : 11 markster
* Fix include order
*
* Revision 1.4 2003 / 10 / 21 02 : 57 : 29 markster
* FreeBSD patch , take 2
*
* Revision 1.3 2003 / 10 / 16 21 : 11 : 30 martinp
* Revert the previous patch since it ' s braking compilation
*
* Revision 1.1 2003 / 02 / 12 13 : 59 : 15 matteo
* Initial revision
*
* Revision 1.2 2000 / 01 / 05 08 : 20 : 39 markster
* Some OSS fixes and a few lpc changes to make it actually work
*
* Revision 1.2 1996 / 08 / 20 20 : 35 : 41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures .
@ -135,21 +135,21 @@ struct {
* Revision 1.18 2003 / 10 / 21 18 : 08 : 11 markster
* Fix include order
*
/* Revision 1.5 2003/10/21 18:08:11 markster
/* Fix include order
/*
/* Revision 1.4 2003/10/21 02:57:29 markster
/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
/* Revision 1.1 2003/02/12 13:59:15 matteo
/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
/*
* Revision 1.5 2003 / 10 / 21 18 : 08 : 11 markster
* Fix include order
*
* Revision 1.4 2003 / 10 / 21 02 : 57 : 29 markster
* FreeBSD patch , take 2
*
* Revision 1.3 2003 / 10 / 16 21 : 11 : 30 martinp
* Revert the previous patch since it ' s braking compilation
*
* Revision 1.1 2003 / 02 / 12 13 : 59 : 15 matteo
* Initial revision
*
* Revision 1.2 2000 / 01 / 05 08 : 20 : 39 markster
* Some OSS fixes and a few lpc changes to make it actually work
*
* Revision 1.2 1996 / 08 / 20 20 : 35 : 41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures .
@ -292,7 +292,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 ;
@ -316,14 +316,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 */
@ -407,11 +407,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 */