aboutsummaryrefslogtreecommitdiffstats
path: root/core/bsinc_defs.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2023-02-07 00:30:05 -0800
committerChris Robinson <chris.kcat@gmail.com>2023-02-07 00:30:05 -0800
commitba0f592715e7a0101bed4c2491c624db8915002d (patch)
tree447499eae6e876d607fb535fc759ba886852d69d /core/bsinc_defs.h
parentda845ddd9c35a1e1fcff03ea342636ae4bb8018b (diff)
Rename the bsinc table variables
Diffstat (limited to 'core/bsinc_defs.h')
-rw-r--r--core/bsinc_defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/bsinc_defs.h b/core/bsinc_defs.h
index f2958231..01bd3c29 100644
--- a/core/bsinc_defs.h
+++ b/core/bsinc_defs.h
@@ -1,7 +1,9 @@
#ifndef CORE_BSINC_DEFS_H
#define CORE_BSINC_DEFS_H
-/* The number of distinct scale and phase intervals within the filter table. */
+/* The number of distinct scale and phase intervals within the bsinc filter
+ * tables.
+ */
constexpr unsigned int BSincScaleBits{4};
constexpr unsigned int BSincScaleCount{1 << BSincScaleBits};
constexpr unsigned int BSincPhaseBits{5};