]> git.tdb.fi Git - ext/openal.git/blob - core/bsinc_tables.h
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / core / bsinc_tables.h
1 #ifndef CORE_BSINC_TABLES_H
2 #define CORE_BSINC_TABLES_H
3
4 #include "bsinc_defs.h"
5
6
7 struct BSincTable {
8     float scaleBase, scaleRange;
9     unsigned int m[BSincScaleCount];
10     unsigned int filterOffset[BSincScaleCount];
11     const float *Tab;
12 };
13
14 extern const BSincTable gBSinc12;
15 extern const BSincTable gBSinc24;
16
17 #endif /* CORE_BSINC_TABLES_H */