[xiph-commits] r11756 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Tue Aug 8 23:27:56 PDT 2006
Author: jm
Date: 2006-08-08 23:27:53 -0700 (Tue, 08 Aug 2006)
New Revision: 11756
Modified:
trunk/speex/libspeex/cb_search.c
trunk/speex/libspeex/sb_celp.c
Log:
cleaning up FIXMEs
Modified: trunk/speex/libspeex/cb_search.c
===================================================================
--- trunk/speex/libspeex/cb_search.c 2006-08-09 05:24:56 UTC (rev 11755)
+++ trunk/speex/libspeex/cb_search.c 2006-08-09 06:27:53 UTC (rev 11756)
@@ -145,7 +145,7 @@
ALLOC(t, nsf, spx_word16_t);
ALLOC(e, nsf, spx_sig_t);
- /* FIXME: make that adaptive? */
+ /* FIXME: Do we still need to copy the target? */
for (i=0;i<nsf;i++)
t[i]=target[i];
@@ -341,7 +341,6 @@
oind[i]=itmp+(2*i+1)*nb_subvect;
}
- /* FIXME: make that adaptive? */
for (i=0;i<nsf;i++)
t[i]=target[i];
Modified: trunk/speex/libspeex/sb_celp.c
===================================================================
--- trunk/speex/libspeex/sb_celp.c 2006-08-09 05:24:56 UTC (rev 11755)
+++ trunk/speex/libspeex/sb_celp.c 2006-08-09 06:27:53 UTC (rev 11756)
@@ -1432,7 +1432,6 @@
st->vbr_max_high = 17600;
} else {
spx_int32_t low_rate;
- /* FIXME: Need to adapt that to ultra-wideband */
if (st->vbr_max >= 42200)
{
st->vbr_max_high = 17600;
More information about the commits
mailing list