#ifndef CORE_BSINC_TABLES_H #define CORE_BSINC_TABLES_H #include #include "alspan.h" #include "bsinc_defs.h" #include "opthelpers.h" struct BSincTable { float scaleBase, scaleRange; std::array m; std::array filterOffset; al::span Tab; }; DECL_HIDDEN extern const BSincTable gBSinc12; DECL_HIDDEN extern const BSincTable gBSinc24; DECL_HIDDEN extern const BSincTable gBSinc48; #endif /* CORE_BSINC_TABLES_H */