aboutsummaryrefslogtreecommitdiffstats
path: root/common/bsinc_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/bsinc_tables.h')
-rw-r--r--common/bsinc_tables.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/bsinc_tables.h b/common/bsinc_tables.h
deleted file mode 100644
index 2e2443e5..00000000
--- a/common/bsinc_tables.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef BSINC_TABLES_H
-#define BSINC_TABLES_H
-
-#include "bsinc_defs.h"
-
-
-struct BSincTable {
- float scaleBase, scaleRange;
- unsigned int m[BSINC_SCALE_COUNT];
- unsigned int filterOffset[BSINC_SCALE_COUNT];
- const float *Tab;
-};
-
-extern const BSincTable bsinc12;
-extern const BSincTable bsinc24;
-
-#endif /* BSINC_TABLES_H */