[xiph-commits] r11168 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Wed Apr 19 08:51:07 PDT 2006


Author: jm
Date: 2006-04-19 08:51:03 -0700 (Wed, 19 Apr 2006)
New Revision: 11168

Modified:
   trunk/speex/libspeex/nb_celp.c
Log:
oops, re-enabled lpc enhancement


Modified: trunk/speex/libspeex/nb_celp.c
===================================================================
--- trunk/speex/libspeex/nb_celp.c	2006-04-19 15:43:14 UTC (rev 11167)
+++ trunk/speex/libspeex/nb_celp.c	2006-04-19 15:51:03 UTC (rev 11168)
@@ -1776,7 +1776,7 @@
          st->pi_gain[sub] = pi_g;
       }
       
-      if (0&&st->lpc_enh_enabled)
+      if (st->lpc_enh_enabled)
       {
          /* Use enhanced LPC filter */
          filter_mem16(sp, awk2, awk1, sp, st->subframeSize, st->lpcSize, 



More information about the commits mailing list