Home | History | Annotate | Download | only in libspeex

Lines Matching refs:FuncDef

193 struct FuncDef {
198 static struct FuncDef _KAISER12 = {kaiser12_table, 64};
200 /*static struct FuncDef _KAISER12 = {kaiser12_table, 32};
202 static struct FuncDef _KAISER10 = {kaiser10_table, 32};
204 static struct FuncDef _KAISER8 = {kaiser8_table, 32};
206 static struct FuncDef _KAISER6 = {kaiser6_table, 32};
214 struct FuncDef *window_func;
241 static double compute_func(float x, struct FuncDef *func)
276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func)
289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func)