Lines Matching defs:SpeexDecorrState_
61 struct SpeexDecorrState_ { struct
62 int rate;
63 int channels;
64 int frame_size;
66 VorbisPsy *psy;
67 struct drft_lookup lookup;
68 float *wola_mem;
69 float *curve;
71 float *vorbis_win;
72 int seed;
73 float *y;
76 float *buff;
77 float (*ring)[ALLPASS_ORDER];
78 int *ringID;
79 int *order;
80 float *alpha;