diff options
author | Chris Robinson <[email protected]> | 2021-03-01 17:41:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-03-01 17:48:07 -0800 |
commit | 727503acdb72a86893b9bf053f53e43ab9f01de2 (patch) | |
tree | d4034e47d6fba40e1932d6fd19b1d33de78f31c9 /core/bsinc_defs.h | |
parent | 9f349c21e702cb60dc6d75fdef2cc1b6e53780e9 (diff) |
Avoid making BSincPointsMax public
Diffstat (limited to 'core/bsinc_defs.h')
-rw-r--r-- | core/bsinc_defs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/bsinc_defs.h b/core/bsinc_defs.h index 43865289..f2958231 100644 --- a/core/bsinc_defs.h +++ b/core/bsinc_defs.h @@ -7,10 +7,4 @@ constexpr unsigned int BSincScaleCount{1 << BSincScaleBits}; constexpr unsigned int BSincPhaseBits{5}; constexpr unsigned int BSincPhaseCount{1 << BSincPhaseBits}; -/* The maximum number of sample points for the bsinc filters. The max points - * includes the doubling for downsampling, so the maximum number of base sample - * points is 24, which is 23rd order. - */ -constexpr unsigned int BSincPointsMax{48}; - #endif /* CORE_BSINC_DEFS_H */ |