[xiph-cvs] cvs commit: speex/libspeex sb_celp.c
Jean-Marc Valin
jm at xiph.org
Fri May 30 14:37:30 PDT 2003
jm 03/05/30 17:37:30
Modified: libspeex Tag: rel-1-0-branch sb_celp.c
Log:
merged from trunk
Revision Changes Path
No revision
<p>No revision
<p>1.118.2.3 +3 -3 speex/libspeex/sb_celp.c
Index: sb_celp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/sb_celp.c,v
retrieving revision 1.118.2.2
retrieving revision 1.118.2.3
diff -u -r1.118.2.2 -r1.118.2.3
--- sb_celp.c 26 May 2003 21:25:06 -0000 1.118.2.2
+++ sb_celp.c 30 May 2003 21:37:30 -0000 1.118.2.3
@@ -463,8 +463,8 @@
for (i=0;i<st->lpcSize;i++)
st->interp_qlsp[i] = (1-tmp)*st->old_qlsp[i] + tmp*st->qlsp[i];
- lsp_enforce_margin(st->interp_lsp, st->lpcSize, .002);
- lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .002);
+ lsp_enforce_margin(st->interp_lsp, st->lpcSize, .05);
+ lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .05);
/* Compute interpolated LPCs (quantized and unquantized) */
for (i=0;i<st->lpcSize;i++)
@@ -919,7 +919,7 @@
for (i=0;i<st->lpcSize;i++)
st->interp_qlsp[i] = (1-tmp)*st->old_qlsp[i] + tmp*st->qlsp[i];
- lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .002);
+ lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .05);
/* LSPs to x-domain */
for (i=0;i<st->lpcSize;i++)
<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