summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/window_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/window_lookup.h')
-rw-r--r--apps/codecs/Tremor/window_lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/window_lookup.h b/apps/codecs/Tremor/window_lookup.h
index f9452e1b42..fdc099b741 100644
--- a/apps/codecs/Tremor/window_lookup.h
+++ b/apps/codecs/Tremor/window_lookup.h
@@ -18,7 +18,7 @@
18 18
19#include "os_types.h" 19#include "os_types.h"
20 20
21/* keep small window table in fast IRAM */ 21/* keep small window tables in fast IRAM */
22static LOOKUP_T vwin64[32] IDATA_ATTR = { 22static LOOKUP_T vwin64[32] IDATA_ATTR = {
23 X(0x001f0003), X(0x01168c98), X(0x030333c8), X(0x05dfe3a4), 23 X(0x001f0003), X(0x01168c98), X(0x030333c8), X(0x05dfe3a4),
24 X(0x09a49562), X(0x0e45df18), X(0x13b47ef2), X(0x19dcf676), 24 X(0x09a49562), X(0x0e45df18), X(0x13b47ef2), X(0x19dcf676),