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