Lines Matching full:drft_lookup
86 struct drft_lookup *table;
87 table = speex_alloc(sizeof(struct drft_lookup));
88 spx_drft_init((struct drft_lookup *)table, size);
103 float scale = 1./((struct drft_lookup *)table)->n;
105 for (i=0;i<((struct drft_lookup *)table)->n;i++)
109 float scale = 1./((struct drft_lookup *)table)->n;
110 for (i=0;i<((struct drft_lookup *)table)->n;i++)
113 spx_drft_forward((struct drft_lookup *)table, out);
123 for (i=0;i<((struct drft_lookup *)table)->n;i++)
126 spx_drft_backward((struct drft_lookup *)table, out);
319 int N = ((struct drft_lookup *)table)->n;
340 struct drft_lookup t;
355 int N = ((struct drft_lookup *)table)->n;
376 struct drft_lookup t;