OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_fft_free
(Results
1 - 4
of
4
) sorted by null
/external/libopus/celt/
kiss_fft.h
148
void
opus_fft_free
(const kiss_fft_state *cfg, int arch);
kiss_fft.c
494
opus_fft_free
(st, arch);
507
void
opus_fft_free
(const kiss_fft_state *cfg, int arch)
function
mdct.c
111
opus_fft_free
(l->kfft[i], arch);
/external/libopus/celt/tests/
test_unit_dft.c
152
opus_fft_free
(cfg, arch);
Completed in 176 milliseconds