summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/cook.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libcook/cook.h')
-rw-r--r--apps/codecs/libcook/cook.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libcook/cook.h b/apps/codecs/libcook/cook.h
index ee60ba01c9..8fcc6f86cd 100644
--- a/apps/codecs/libcook/cook.h
+++ b/apps/codecs/libcook/cook.h
@@ -24,7 +24,6 @@
24 24
25#include <stdint.h> 25#include <stdint.h>
26#include "bitstream.h" 26#include "bitstream.h"
27#include "bytestream.h"
28#include "rm2wav.h" 27#include "rm2wav.h"
29#include "cookdata_fixpoint.h" 28#include "cookdata_fixpoint.h"
30 29
@@ -88,7 +87,7 @@ typedef struct cook {
88 /* data buffers */ 87 /* data buffers */
89 88
90 uint8_t* decoded_bytes_buffer; 89 uint8_t* decoded_bytes_buffer;
91 REAL_T mono_mdct_output[2048] __attribute__ ((aligned(16))); //DECLARE_ALIGNED_16(float,mono_mdct_output[2048]); 90 REAL_T mono_mdct_output[2048] __attribute__ ((aligned(16)));
92 REAL_T mono_previous_buffer1[1024]; 91 REAL_T mono_previous_buffer1[1024];
93 REAL_T mono_previous_buffer2[1024]; 92 REAL_T mono_previous_buffer2[1024];
94 REAL_T decode_buffer_1[1024]; 93 REAL_T decode_buffer_1[1024];