Lines Matching defs:SpeexDecorrState_
57 struct SpeexDecorrState_ { struct
58 int rate;
59 int channels;
60 int frame_size;
62 VorbisPsy *psy;
63 struct drft_lookup lookup;
64 float *wola_mem;
65 float *curve;
67 float *vorbis_win;
68 int seed;
69 float *y;
72 float *buff;
73 float (*ring)[ALLPASS_ORDER];
74 int *ringID;
75 int *order;
76 float *alpha;