Displaying 5 results from an estimated 5 matches for "kiss_fftr_alloc".
Did you mean:
kiss_fft_alloc
2006 May 10
0
Speex echo canceller on TI C55 DSP
...ow the same structure
>> as
>> the encoder/decoder, including the ability to override the malloc
>> function.
>
>What do you mean here?
misc.c provides the ability to override some functions, including the
allocation and printing. fftwrap.c uses speex_alloc, then calls
kiss_fftr_alloc, which calls kiss_fft_alloc, which calls KISS_FFT_MALLOC,
which is defined as malloc in kiss_fft.h. It would make it more consistent
to define KISS_FFT_MALLOC as speex_alloc. That is the only change that I
would suggest here.
I was not able to use the default speex_alloc for this build, becau...
2006 May 10
2
Speex echo canceller on TI C55 DSP
> Build 11387 produces the same result as my modified build 11343. Because of
> compiler limitations in the TI tools, I did have to make modifications to
> pseudofloat.h (separating return of float values) and nb_celp.c (adding
> braces around a variable declaration in the middle of code). I have
> attached a patch. You might prefer to do the nb_celp.c change in a
>
2006 May 10
2
Speex echo canceller on TI C55 DSP
> misc.c provides the ability to override some functions, including the
> allocation and printing. fftwrap.c uses speex_alloc, then calls
> kiss_fftr_alloc, which calls kiss_fft_alloc, which calls KISS_FFT_MALLOC,
> which is defined as malloc in kiss_fft.h. It would make it more consistent
> to define KISS_FFT_MALLOC as speex_alloc. That is the only change that I
> would suggest here.
OK, I understand what you mean now. kiss_fft is a se...
2008 Mar 29
0
GCC/ELF Visibility patch
...k_compute_psd
-T filterbank_compute_psd16
-T filterbank_destroy
-T filterbank_new
-T filterbank_psy_smooth
T _fini
T _init
T jitter_buffer_ctl
@@ -21,14 +14,6 @@
T jitter_buffer_reset
T jitter_buffer_tick
T jitter_buffer_update_delay
-T kiss_fft
-T kiss_fft_alloc
-T kiss_fftr
-T kiss_fftr2
-T kiss_fftr_alloc
-T kiss_fftri
-T kiss_fftri2
-T kiss_fft_stride
T speex_buffer_destroy
T speex_buffer_get_available
T speex_buffer_init
@@ -40,7 +25,6 @@
T speex_echo_cancellation
T speex_echo_capture
T speex_echo_ctl
-T speex_echo_get_residual
T speex_echo_playback
T speex_echo_state_destroy
T speex_echo...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...k_compute_psd
-T filterbank_compute_psd16
-T filterbank_destroy
-T filterbank_new
-T filterbank_psy_smooth
T _fini
T _init
T jitter_buffer_ctl
@@ -21,14 +14,6 @@
T jitter_buffer_reset
T jitter_buffer_tick
T jitter_buffer_update_delay
-T kiss_fft
-T kiss_fft_alloc
-T kiss_fftr
-T kiss_fftr2
-T kiss_fftr_alloc
-T kiss_fftri
-T kiss_fftri2
-T kiss_fft_stride
T speex_buffer_destroy
T speex_buffer_get_available
T speex_buffer_init
@@ -40,7 +25,6 @@
T speex_echo_cancellation
T speex_echo_capture
T speex_echo_ctl
-T speex_echo_get_residual
T speex_echo_playback
T speex_echo_state_destroy
T speex_echo...