Go to the source code of this file.
Defines | |
| #define | Nhc 8 |
| #define | Npc (1<<Nhc) |
| #define | SMALL_FILTER_NMULT ((int16_t)13) |
| #define | SMALL_FILTER_SCALE 13128 |
| #define | SMALL_FILTER_NWING 1536 |
Variables | |
| static const float | SMALL_FILTER_FLOAT_IMP [] |
| static const float | SMALL_FILTER_FLOAT_IMPD [] |
| #define Nhc 8 |
Referenced by FilterFloatUD(), and FilterFloatUP().
| #define Npc (1<<Nhc) |
Referenced by FilterFloatUD(), and FilterFloatUP().
| #define SMALL_FILTER_NMULT ((int16_t)13) |
Referenced by Resample().
| #define SMALL_FILTER_NWING 1536 |
Referenced by ResampleFloat().
| #define SMALL_FILTER_SCALE 13128 |
Referenced by Resample().
const float SMALL_FILTER_FLOAT_IMP[] [static] |
Referenced by ResampleFloat().
const float SMALL_FILTER_FLOAT_IMPD[] [static] |
Referenced by ResampleFloat().
1.5.6