1 #ifndef CORE_CUBIC_TABLES_H
2 #define CORE_CUBIC_TABLES_H
5 #include "cubic_defs.h"
9 al::span
<const CubicCoefficients
,CubicPhaseCount
> Tab
;
12 /* A Catmull-Rom spline. The spline passes through the center two samples,
13 * ensuring no discontinuity while moving through a series of samples.
15 extern const CubicTable gCubicSpline
;
17 #endif /* CORE_CUBIC_TABLES_H */