OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FFT_SIZE
(Results
1 - 2
of
2
) sorted by null
/system/media/audio_utils/
fixedfft.cpp
36
#define
MAX_FFT_SIZE
(1 << LOG_FFT_SIZE)
40
static const uint32_t twiddle[
MAX_FFT_SIZE
/ 4] = {
135
int32_t w =
MAX_FFT_SIZE
/ 4 - (r << scale);
/external/speex/libspeex/
fftwrap.c
42
#define
MAX_FFT_SIZE
2048
328
spx_word16_t _in[
MAX_FFT_SIZE
];
329
spx_word16_t _out[
MAX_FFT_SIZE
];
364
spx_word16_t _in[
MAX_FFT_SIZE
];
365
spx_word16_t _out[
MAX_FFT_SIZE
];
Completed in 133 milliseconds