Home
last modified time | relevance | path

Searched refs:MAX_FFT_SIZE (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfftwrap.c42 #define MAX_FFT_SIZE 2048 macro
379 spx_word16_t _in[MAX_FFT_SIZE]; in spx_fft_float()
380 spx_word16_t _out[MAX_FFT_SIZE]; in spx_fft_float()
415 spx_word16_t _in[MAX_FFT_SIZE]; in spx_ifft_float()
416 spx_word16_t _out[MAX_FFT_SIZE]; in spx_ifft_float()
/third_party/ffmpeg/libavcodec/
H A Dfft_table.h60 #define MAX_FFT_SIZE (1 << MAX_LOG2_NFFT) macro
H A Dfft_init_table.c58 const int32_t ff_w_tab_sr[MAX_FFT_SIZE/(4*16)] = {
H A Dfft_template.c421 const FFTSample *w_im_ptr = ff_w_tab_sr + MAX_FFT_SIZE/(4*16) - step; in fft_calc_c()
/third_party/ffmpeg/libavcodec/mips/
H A Dfft_mips.c256 w_im_ptr = (float*)(ff_cos_131072 + MAX_FFT_SIZE/4 - step); in ff_fft_calc_mips()

Completed in 5 milliseconds