1 #ifndef CORE_BSINC_TABLES_H
2 #define CORE_BSINC_TABLES_H
7 #include "bsinc_defs.h"
11 float scaleBase
, scaleRange
;
12 std::array
<unsigned int,BSincScaleCount
> m
;
13 std::array
<unsigned int,BSincScaleCount
> filterOffset
;
14 al::span
<const float> Tab
;
17 extern const BSincTable gBSinc12
;
18 extern const BSincTable gBSinc24
;
20 #endif /* CORE_BSINC_TABLES_H */