summaryrefslogtreecommitdiff
path: root/plugins/wma/libwma/mdct_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wma/libwma/mdct_lookup.h')
-rw-r--r--plugins/wma/libwma/mdct_lookup.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/wma/libwma/mdct_lookup.h b/plugins/wma/libwma/mdct_lookup.h
new file mode 100644
index 00000000..909b95dd
--- /dev/null
+++ b/plugins/wma/libwma/mdct_lookup.h
@@ -0,0 +1,24 @@
+/********************************************************************
+ * *
+ * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. *
+ * *
+ * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
+ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
+ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
+ * *
+ * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
+ * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ *
+ * *
+ ********************************************************************
+
+ function: sin,cos lookup tables
+
+ ********************************************************************/
+
+
+extern const int32_t sincos_lookup0[1026];
+extern const int32_t sincos_lookup1[1024];
+extern const uint16_t revtab[1<<12];
+
+
+