diff sbr.h @ 11677:ed3d232c9d31 libavcodec

10l: The SBR refactor requires the use of 2 independent output X buffers.
author alexc
date Mon, 03 May 2010 19:21:35 +0000
parents 7dd2a45249a9
children 67206bbbab10
line wrap: on
line diff
--- a/sbr.h	Mon May 03 05:57:48 2010 +0000
+++ b/sbr.h	Mon May 03 19:21:35 2010 +0000
@@ -157,7 +157,7 @@
     ///QMF output of the HF generator
     float              X_high[64][40][2];
     ///QMF values of the reconstructed signal
-    DECLARE_ALIGNED(16, float, X)[2][32][64];
+    DECLARE_ALIGNED(16, float, X)[2][2][32][64];
     ///Zeroth coefficient used to filter the subband signals
     float              alpha0[64][2];
     ///First coefficient used to filter the subband signals