|
#define | F(a) SIMD_MM(set_ps1)(a) |
|
#define | M(a, b) SIMD_MM(mul_ps)(a, b) |
|
#define | A(a, b) SIMD_MM(add_ps)(a, b) |
|
#define | S(a, b) SIMD_MM(sub_ps)(a, b) |
|
#define | F(a) SIMD_MM(set_ps1)(a) |
|
#define | M(a, b) SIMD_MM(mul_ps)(a, b) |
|
#define | A(a, b) SIMD_MM(add_ps)(a, b) |
|
#define | S(a, b) SIMD_MM(sub_ps)(a, b) |
|
|
template<typename TuningProvider > |
float | clampedFrequency (float pitch, float sampleRate, TuningProvider *provider) |
|
template<typename TuningProvider > |
void | makeCoefficients (FilterCoefficientMaker< TuningProvider > *cm, float freq, float reso, float sampleRate, bool applyGainCompensation, TuningProvider *provider) |
|
SIMD_M128 | clip (SIMD_M128 value, SIMD_M128 _saturation, SIMD_M128 _saturationinverse) |
|
void | calculateDerivatives (SIMD_M128 input, SIMD_M128 *dstate, SIMD_M128 *state, SIMD_M128 cutoff, SIMD_M128 resonance, SIMD_M128 _saturation, SIMD_M128 _saturationInv, SIMD_M128 gComp) |
|
SIMD_M128 | process (QuadFilterUnitState *__restrict f, SIMD_M128 input) |
|
template<typename TuningProvider > |
void | makeCoefficients (FilterCoefficientMaker< TuningProvider > *cm, float freq, float reso, float sampleRate, float sampleRateInv, bool applyGainCompensation, TuningProvider *provider) |
|
SIMD_M128 | process (QuadFilterUnitState *__restrict f, SIMD_M128 in) |
|