Home
last modified time | relevance | path

Searched refs:fft_new (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
H A Dfft.c99 fft_t *fft_new(unsigned block_size_log2) in fft_new() function
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
H A Dfft.c99 fft_t *fft_new(unsigned block_size_log2) in fft_new() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
H A Dfft.c99 fft_t *fft_new(unsigned block_size_log2) in fft_new() function
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/audio/dsp_filters/fft/
H A Dfft.h31 fft_t *fft_new(unsigned block_size_log2);
/dports/games/retroarch/RetroArch-1.9.7/cores/libretro-ffmpeg/
H A Dffmpeg_fft.h12 fft_t *fft_new(unsigned fft_steps, rglgen_proc_address_t proc);
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/visualizations/
H A Dfft.h42 fft_t *fft_new (int bits);
H A Dfft.c136 fft_t *fft_new (int bits) in fft_new() function
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
312 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
312 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
314 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
314 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
312 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
314 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
312 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
314 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/audio/dsp_filters/
H A Deq.c201 fft_t *fft = fft_new(size_log2); in create_filter()
314 eq->fft = fft_new(size_log2 + 1); in eq_init()
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-filter-chain/
H A Dconvolver.c105 static inline void *fft_new(int size) in fft_new() function
182 conv->fft = fft_new(conv->segSize); in convolver1_new()

12