[xiph-commits] r10332 - trunk/speex/include/speex

jm at svn.xiph.org jm at svn.xiph.org
Thu Nov 3 20:13:50 PST 2005


Author: jm
Date: 2005-11-03 20:13:48 -0800 (Thu, 03 Nov 2005)
New Revision: 10332

Modified:
   trunk/speex/include/speex/speex_echo.h
Log:
oops, that too


Modified: trunk/speex/include/speex/speex_echo.h
===================================================================
--- trunk/speex/include/speex/speex_echo.h	2005-11-04 04:12:15 UTC (rev 10331)
+++ trunk/speex/include/speex/speex_echo.h	2005-11-04 04:13:48 UTC (rev 10332)
@@ -47,11 +47,7 @@
    int M;
    int cancel_count;
    int adapted;
-   float adapt_rate;
    float sum_adapt;
-   float Sey;
-   float Syy;
-   float See;
    
    float *x;
    float *X;
@@ -65,17 +61,13 @@
    float *W;
    float *power;
    float *power_1;
-   float *grad;
    float *Rf;
    float *Yf;
    float *Xf;
    float *Eh;
    float *Yh;
-   float *fratio;
    float Pey;
    float Pyy;
-   float Pe;
-   float Py;
    struct drft_lookup *fft_lookup;
 
 



More information about the commits mailing list