[xiph-commits] r11760 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Fri Aug 11 20:32:47 PDT 2006
Author: jm
Date: 2006-08-11 20:32:45 -0700 (Fri, 11 Aug 2006)
New Revision: 11760
Modified:
trunk/speex/libspeex/modes.c
Log:
make comb filter a bit more aggressive...
Modified: trunk/speex/libspeex/modes.c
===================================================================
--- trunk/speex/libspeex/modes.c 2006-08-11 05:55:22 UTC (rev 11759)
+++ trunk/speex/libspeex/modes.c 2006-08-12 03:32:45 UTC (rev 11760)
@@ -211,7 +211,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_nb_ulbr,
- QCONST16(.65,15),
+ QCONST16(.5,15),
79
};
@@ -232,7 +232,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_nb_vlbr,
- QCONST16(.55,15),
+ QCONST16(.6,15),
119
};
@@ -253,7 +253,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_nb_lbr,
- QCONST16(.45,15),
+ QCONST16(.55,15),
160
};
@@ -274,7 +274,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_nb_med,
- QCONST16(.35,15),
+ QCONST16(.45,15),
220
};
@@ -295,7 +295,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_nb,
- QCONST16(.2,15),
+ QCONST16(.3,15),
300
};
@@ -316,7 +316,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_sb,
- QCONST16(.1,15),
+ QCONST16(.2,15),
364
};
@@ -337,7 +337,7 @@
split_cb_search_shape_sign,
split_cb_shape_sign_unquant,
&split_cb_nb,
- -1,
+ QCONST16(.1,15),
492
};
More information about the commits
mailing list