Go to the source code of this file.
|
| static void | biquad_init (biquad *f) |
| static void | eq_set_params (biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) |
| static void | ls_set_params (biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) |
| static void | hs_set_params (biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) |
| static void | lp_set_params (biquad *f, bq_t fc, bq_t bw, bq_t fs) |
| static void | hp_set_params (biquad *f, bq_t fc, bq_t bw, bq_t fs) |
| static void | bp_set_params (biquad *f, bq_t fc, bq_t bw, bq_t fs) |
| static bq_t | biquad_run (biquad *f, const bq_t x) |
| static bq_t | biquad_run_fb (biquad *f, bq_t x, const bq_t fb) |
◆ BIQUAD_TYPE
| #define BIQUAD_TYPE float |
◆ LIMIT
| #define LIMIT |
( |
| v, |
|
|
| l, |
|
|
| u ) |
Value:
int * l
Definition inflate.c:1579
unsigned v[N_MAX]
Definition inflate.c:1584
struct huft * u[BMAX]
Definition inflate.c:1583
◆ LN_2_2
| #define LN_2_2 0.34657359f |
◆ bq_t
◆ biquad_init()
◆ biquad_run()
◆ biquad_run_fb()
◆ bp_set_params()
◆ eq_set_params()
◆ hp_set_params()
◆ hs_set_params()
◆ lp_set_params()
◆ ls_set_params()