Go to the source code of this file.
|
| static iirf_t * | init_iirf_t (iir_stage_t *gt) |
| static void | free_iirf_t (iirf_t *iirf, iir_stage_t *gt) |
| static void | reset_iirf_t (iirf_t *iirf, iir_stage_t *gt, int n) |
| iir_stage_t * | init_iir_stage (int mode, int nstages, int na, int nb) |
| void | combine_iir_stages (int mode, iir_stage_t *gt, iir_stage_t *first, iir_stage_t *second, int upf, int ups) |
| void | free_iir_stage (iir_stage_t *gt) |
| void | calc_2polebandpass (iirf_t *iirf, iir_stage_t *gt, float fc, float bw, long sample_rate) |
| int | chebyshev (iirf_t *iirf, iir_stage_t *gt, int n, int mode, float fc, float pr) |
| static void | butterworth_stage (iir_stage_t *gt, int mode, float f, float r, long sample_rate) |
| static void | iir_process_buffer (iirf_t *iirf, iir_stage_t *gt, const float *indata, float *outdata, const long numSampsToProcess, int add) |
| static void | iir_process_buffer_1s_5 (iirf_t *iirf, iir_stage_t *gt, const float *indata, float *outdata, const long numSampsToProcess, int add) |
| static void | iir_process_buffer_ns_5 (iirf_t *iirf, iir_stage_t *gt, const float *indata, float *outdata, const long numSampsToProcess, int add) |
◆ ALLOC
Value:
CAdPlugDatabase::CRecord::RecordType type
Definition adplugdb.cpp:93
◆ ALLOCN
| #define ALLOCN |
( |
| n, |
|
|
| type ) |
Value:
int n
Definition crypt.c:458
◆ CLAMP
| #define CLAMP |
( |
| x, |
|
|
| mi, |
|
|
| ma ) |
Value:( (
x < mi) ? mi : ( (
x>ma) ? ma :
x))
unsigned x[BMAX+1]
Definition inflate.c:1586
◆ gliirt
◆ IIR_STAGE_BANDPASS
| #define IIR_STAGE_BANDPASS 2 |
◆ IIR_STAGE_BANDPASS_A
| #define IIR_STAGE_BANDPASS_A 3 |
◆ IIR_STAGE_HIGHPASS
| #define IIR_STAGE_HIGHPASS 1 |
◆ IIR_STAGE_LOWPASS
| #define IIR_STAGE_LOWPASS 0 |
◆ MAX
Value:
uint8_t a
Definition Spc_Cpu.h:141
◆ MIN
◆ iir_stage_t
◆ iirf_t
◆ butterworth_stage()
◆ calc_2polebandpass()
◆ chebyshev()
◆ combine_iir_stages()
◆ free_iir_stage()
◆ free_iirf_t()
◆ iir_process_buffer()
◆ iir_process_buffer_1s_5()
◆ iir_process_buffer_ns_5()
◆ init_iir_stage()
◆ init_iirf_t()
◆ reset_iirf_t()