HomeSort by relevance Sort by last modified time
    Searched refs:ifft (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/jni/audioquality/
Fft.h 33 void ifft(float *x, float *y);
Fft.cpp 137 void Fft::ifft(float *x, float *y ) { function in class:Fft
  /external/speex/libspeex/
fftwrap.c 176 fftwf_plan ifft; member in struct:fftw_config
187 table->ifft = fftwf_plan_dft_c2r_1d(size, (fftwf_complex *) table->in, table->out, FFTW_PATIENT);
197 fftwf_destroy_plan(t->ifft);
236 fftwf_execute(t->ifft);

Completed in 72 milliseconds