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