aboutsummaryrefslogtreecommitdiffstats
path: root/common/bsinc_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/bsinc_defs.h')
-rw-r--r--common/bsinc_defs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/bsinc_defs.h b/common/bsinc_defs.h
deleted file mode 100644
index 30d1219e..00000000
--- a/common/bsinc_defs.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef BSINC_DEFS_H
-#define BSINC_DEFS_H
-
-/* The number of distinct scale and phase intervals within the filter table. */
-#define BSINC_SCALE_BITS 4
-#define BSINC_SCALE_COUNT (1<<BSINC_SCALE_BITS)
-#define BSINC_PHASE_BITS 5
-#define BSINC_PHASE_COUNT (1<<BSINC_PHASE_BITS)
-
-/* The maximum number of sample points for the bsinc filters. */
-#define BSINC_POINTS_MAX 48
-
-#endif /* BSINC_DEFS_H */