aboutsummaryrefslogtreecommitdiffstats
path: root/core/bsinc_tables.h
blob: aca4b274420aad41749c4c5fa9a1cc2602689b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CORE_BSINC_TABLES_H
#define CORE_BSINC_TABLES_H

#include "bsinc_defs.h"


struct BSincTable {
    float scaleBase, scaleRange;
    unsigned int m[BSincScaleCount];
    unsigned int filterOffset[BSincScaleCount];
    const float *Tab;
};

extern const BSincTable gBSinc12;
extern const BSincTable gBSinc24;

#endif /* CORE_BSINC_TABLES_H */