OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifft
(Results
1 - 2
of
2
) 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/src/
fft.cpp
1394
void
ifft
(int length, FIXP_DBL *pInput, INT *scalefactor)
function
[
all
...]
Completed in 96 milliseconds