Home
last modified time | relevance | path

Searched refs:resof12s_t (Results 1 – 2 of 2) sorted by relevance

/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_filters.h96 typedef struct resof12s_t struct
103 } resof12s_t; argument
105 void resof12s_init(resof12s_t *rf, int fs);
106 void resof12s_set_f(resof12s_t *rf, int f);
107 void resof12s_set_q(resof12s_t *rf, int q);
108 void resof12s_process_lp(resof12s_t *rf, int *buf, unsigned frames); /*In-place LP*/
H A Da_filters.c297 void resof12s_process_lp(resof12s_t *rf, int *buf, unsigned frames) in resof12s_process_lp()
330 void resof12s_set_f(resof12s_t *rf, int f) in resof12s_set_f()
337 void resof12s_set_q(resof12s_t *rf, int q) in resof12s_set_q()
345 void resof12s_init(resof12s_t *rf, int fs) in resof12s_init()