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

  /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);
  /external/aac/libFDK/include/
fft.h 108 * \brief Perform an inplace complex valued IFFT of length 2^n
114 * which is updated according to the IFFT scale.
116 void ifft(int length, FIXP_DBL *pInput, INT *scalefactor);
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 170 x = numpy.fft.ifft(Xf * h, axis=axis)
    [all...]
  /external/aac/libFDK/src/
fft.cpp 1394 void ifft(int length, FIXP_DBL *pInput, INT *scalefactor) function
    [all...]

Completed in 1196 milliseconds