[xiph-cvs] cvs commit: speex/libspeex ltp.c
Jean-Marc Valin
jm at xiph.org
Thu Oct 23 23:00:19 PDT 2003
jm 03/10/24 02:00:19
Modified: libspeex ltp.c
Log:
...
Revision Changes Path
1.86 +2 -2 speex/libspeex/ltp.c
Index: ltp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/ltp.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ltp.c 8 Oct 2003 05:11:25 -0000 1.85
+++ ltp.c 24 Oct 2003 06:00:19 -0000 1.86
@@ -386,7 +386,7 @@
{
int i,j;
int cdbk_index, pitch=0, best_gain_index=0;
- float *best_exc;
+ spx_sig_t *best_exc;
int best_pitch=0;
float err, best_err=-1;
int N;
@@ -411,7 +411,7 @@
return start;
}
- best_exc=PUSH(stack,nsf, float);
+ best_exc=PUSH(stack,nsf, spx_sig_t);
if (N>end-start+1)
N=end-start+1;
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list