Displaying 8 results from an estimated 8 matches for "kiss_fft_strid".
Did you mean:
kiss_fft_stride
2009 Jun 15
1
Performance and Optimization
...hen I run this on
a Celeron 2,6GHz I have to disable EC in order to not overload the cpu. Am I
correct to assume that there are massive floating point calculations
happening?
I did a quick profile with CodeAnalyst and identified the most expensive
functions as (in order):
CPU Clocks, Function
4657, kiss_fft_stride
4456, speex_echo_cancellation
2494, split_cb_search_shape_sign
1490, fir_mem16
1419, speex_preprocess_run
I'm looking for advise on how to boost the performance with as little code
rewrite as possible. The architecture for release build will be SSE/SSE2
capable.
1) Compiler optimizations: Reco...
2009 Jun 18
2
Performance and Optimization
...to not overload the cpu.
> Am I
> > correct to assume that there are massive floating point calculations
> > happening?
> > I did a quick profile with CodeAnalyst and identified the most expensive
> > functions as (in order):
> > CPU Clocks, Function
> > 4657, kiss_fft_stride
> > 4456, speex_echo_cancellation
> > 2494, split_cb_search_shape_sign
> > 1490, fir_mem16
> > 1419, speex_preprocess_run
> > I'm looking for advise on how to boost the performance with as little
> code
> > rewrite as possible. The architecture for releas...
2006 Jun 07
7
AEC frame size
?
hi all,
i am using the Acoustic Echo Cancellation from "Speex 1.1.12 version" in my VOIP application. Is it that the frame length to be chosen should always be 20ms or can i have flexibility in chosing the frame lenght?
on what parameters does the frame length choise depends?
thank you all,
Shri.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 15
0
Performance and Optimization
...6GHz I have to disable EC in order to not overload the cpu. Am I
> correct to assume that there are massive floating point calculations
> happening?
> I did a quick profile with CodeAnalyst and identified the most expensive
> functions as (in order):
> CPU Clocks, Function
> 4657, kiss_fft_stride
> 4456, speex_echo_cancellation
> 2494, split_cb_search_shape_sign
> 1490, fir_mem16
> 1419, speex_preprocess_run
> I'm looking for advise on how to boost the performance with as little code
> rewrite as possible. The architecture for release build will be SSE/SSE2
> capab...
2009 Jun 18
0
Performance and Optimization
...Am I
> > > correct to assume that there are massive floating point calculations
> > > happening?
> > > I did a quick profile with CodeAnalyst and identified the most expensive
> > > functions as (in order):
> > > CPU Clocks, Function
> > > 4657, kiss_fft_stride
> > > 4456, speex_echo_cancellation
> > > 2494, split_cb_search_shape_sign
> > > 1490, fir_mem16
> > > 1419, speex_preprocess_run
> > > I'm looking for advise on how to boost the performance with as little
> > code
> > > rewrite as po...
2006 Jun 08
3
Echo canceller problem
Hello everybody.
I have the same problem like you. I use ARM microcontroller too.
Here is the list of all functions called by speex_echo_cancel until goes
into infinite loop:
speex_echo_cancel()
|
spx_fft
|
kiss_fftr
|
kiss_fft
|
kiss_fft_stride
|
kf_work
Function kf_work looks like:
static void kf_work(kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const
size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st)
{
kiss_fft_cpx * Fout_beg=Fout;
const int p=*factors++; // the radix
const int m=*factors++; // stage...
2008 Mar 29
0
GCC/ELF Visibility patch
...terbank_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_state_init
@@ -73,16 +57,6 @@
T speex_resampl...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...terbank_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_state_init
@@ -73,16 +57,6 @@
T speex_resampl...