Searched defs:SpeexDecorrState_ (Results 1 – 1 of 1) sorted by relevance
61 struct SpeexDecorrState_ { struct62 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;[all …]