HomeSort by relevance Sort by last modified time
    Searched defs:kiss_fft_cpx (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
kiss_fft.h 47 }kiss_fft_cpx; typedef in typeref:struct:__anon24128
86 void kiss_fft(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);
91 void kiss_fft_stride(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout,int fin_stride);
  /external/libopus/celt/
kiss_fft.h 67 }kiss_fft_cpx; typedef in typeref:struct:__anon17532
130 void opus_fft(const kiss_fft_state *cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);
131 void opus_ifft(const kiss_fft_state *cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);

Completed in 127 milliseconds