Home
last modified time | relevance | path

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

/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/speex_echo/
H A Dmdf.c124 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_echo_state_init()
125 spx_drft_init(st->fft_lookup, N); in speex_echo_state_init()
180 spx_drft_clear(st->fft_lookup); in speex_echo_state_destroy()
181 speex_free(st->fft_lookup); in speex_echo_state_destroy()
243 spx_drft_forward(st->fft_lookup, &st->X[(M-1)*N]); in speex_echo_cancel()
254 spx_drft_backward(st->fft_lookup, st->y); in speex_echo_cancel()
280 spx_drft_forward(st->fft_lookup, st->E); in speex_echo_cancel()
285 spx_drft_forward(st->fft_lookup, st->Y); in speex_echo_cancel()
376 spx_drft_backward(st->fft_lookup, &st->W[j*N]); in speex_echo_cancel()
383 spx_drft_forward(st->fft_lookup, &st->W[j*N]); in speex_echo_cancel()
[all …]
H A Dspeex_echo.h71 struct drft_lookup *fft_lookup; member
H A Dspeex_preprocess.h105 struct drft_lookup *fft_lookup; /**< Lookup table for the FFT */ member
H A Dpreprocess.c245 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_preprocess_state_init()
246 spx_drft_init(st->fft_lookup,2*N); in speex_preprocess_state_init()
283 spx_drft_clear(st->fft_lookup); in speex_preprocess_state_destroy()
284 speex_free(st->fft_lookup); in speex_preprocess_state_destroy()
591 spx_drft_forward(st->fft_lookup, st->frame); in preprocess_analysis()
872 spx_drft_backward(st->fft_lookup, st->frame); in speex_preprocess()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/libspeex/
H A Dmdf.c141 spx_drft_init(st->fft_lookup, N); in speex_echo_state_init()
211 spx_drft_clear(st->fft_lookup); in speex_echo_state_destroy()
212 speex_free(st->fft_lookup); in speex_echo_state_destroy()
276 spx_drft_forward(st->fft_lookup, &st->X[(M-1)*N]); in speex_echo_cancel()
287 spx_drft_backward(st->fft_lookup, st->y); in speex_echo_cancel()
294 spx_drft_forward(st->fft_lookup, st->D); in speex_echo_cancel()
326 spx_drft_backward(st->fft_lookup, st->y2); in speex_echo_cancel()
471 spx_drft_forward(st->fft_lookup, st->E); in speex_echo_cancel()
494 spx_drft_backward(st->fft_lookup, &st->W[j*N]); in speex_echo_cancel()
501 spx_drft_forward(st->fft_lookup, &st->W[j*N]); in speex_echo_cancel()
[all …]
H A Dpreprocess.c235 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_preprocess_state_init()
236 spx_drft_init(st->fft_lookup,2*N); in speex_preprocess_state_init()
273 spx_drft_clear(st->fft_lookup); in speex_preprocess_state_destroy()
274 speex_free(st->fft_lookup); in speex_preprocess_state_destroy()
581 spx_drft_forward(st->fft_lookup, st->frame); in preprocess_analysis()
910 spx_drft_backward(st->fft_lookup, st->frame); in speex_preprocess()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/libspeex/include/speex/
H A Dspeex_echo.h76 struct drft_lookup *fft_lookup; member
H A Dspeex_preprocess.h103 struct drft_lookup *fft_lookup; /**< Lookup table for the FFT */ member
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dspeex_preprocess.h105 struct drft_lookup *fft_lookup; /**< Lookup table for the FFT */ member
H A Dspeex_preprocess.c245 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_preprocess_state_init()
246 spx_drft_init(st->fft_lookup,2*N); in speex_preprocess_state_init()
283 spx_drft_clear(st->fft_lookup); in speex_preprocess_state_destroy()
284 speex_free(st->fft_lookup); in speex_preprocess_state_destroy()
591 spx_drft_forward(st->fft_lookup, st->frame); in preprocess_analysis()
872 spx_drft_backward(st->fft_lookup, st->frame); in speex_preprocess()
/dports/net/opal/opal-3.10.10/src/codec/speex/libspeex/
H A Dspeex_preprocess.h105 struct drft_lookup *fft_lookup; /**< Lookup table for the FFT */ member
H A Dspeex_preprocess.c245 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_preprocess_state_init()
246 spx_drft_init(st->fft_lookup,2*N); in speex_preprocess_state_init()
283 spx_drft_clear(st->fft_lookup); in speex_preprocess_state_destroy()
284 speex_free(st->fft_lookup); in speex_preprocess_state_destroy()
591 spx_drft_forward(st->fft_lookup, st->frame); in preprocess_analysis()
872 spx_drft_backward(st->fft_lookup, st->frame); in speex_preprocess()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/speex-1.1.12/include/speex/
H A Dspeex_preprocess.h105 struct drft_lookup *fft_lookup; /**< Lookup table for the FFT */ member
/dports/net/opal/opal-3.10.10/plugins/audio/Speex/libspeex/
H A Dspeex_preprocess.h105 struct drft_lookup *fft_lookup; /**< Lookup table for the FFT */ member
H A Dspeex_preprocess.c245 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_preprocess_state_init()
246 spx_drft_init(st->fft_lookup,2*N); in speex_preprocess_state_init()
283 spx_drft_clear(st->fft_lookup); in speex_preprocess_state_destroy()
284 speex_free(st->fft_lookup); in speex_preprocess_state_destroy()
591 spx_drft_forward(st->fft_lookup, st->frame); in preprocess_analysis()
872 spx_drft_backward(st->fft_lookup, st->frame); in speex_preprocess()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/speex-1.1.12/libspeex/
H A Dpreprocess.c239 st->fft_lookup = (struct drft_lookup*)speex_alloc(sizeof(struct drft_lookup)); in speex_preprocess_state_init()
240 spx_drft_init(st->fft_lookup,2*N); in speex_preprocess_state_init()
277 spx_drft_clear(st->fft_lookup); in speex_preprocess_state_destroy()
278 speex_free(st->fft_lookup); in speex_preprocess_state_destroy()
585 spx_drft_forward(st->fft_lookup, st->frame); in preprocess_analysis()
866 spx_drft_backward(st->fft_lookup, st->frame); in speex_preprocess()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dpreprocess.c247 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
653 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
960 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dpreprocess.c247 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
653 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
960 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/
H A Dpreprocess.c248 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
652 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
959 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Dpreprocess.c248 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
652 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
959 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dpreprocess.c247 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
653 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
960 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dpreprocess.c247 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
653 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
960 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/games/evq3/evq3/code/libspeex/
H A Dpreprocess.c247 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
653 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
960 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/
H A Dpreprocess.c248 void *fft_lookup; /**< Lookup table for the FFT */ member
526 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
562 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
652 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
959 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
/dports/audio/speexdsp/speexdsp-1.2.0/libspeexdsp/
H A Dpreprocess.c244 void *fft_lookup; /**< Lookup table for the FFT */ member
522 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()
558 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()
648 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()
955 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()