search for: altersoft

Displaying 5 results from an estimated 5 matches for "altersoft".

2008 Aug 02
2
fir_mem16,iir_mem16 and filter_mem16 optimisations
Hi! I have some questions about that functions: fir_mem16, iir_mem16 and filter_mem16. Filtering is very slow on TI DSP, and i want to optimise it. Can somebody give me formulas which discribe work of this filters? Or any suggestions about how to transform code for better performance. I going to implement this functions in assembler, but it is hard to do without full understanding how functions
2008 Aug 02
1
fir_mem16,iir_mem16 and filter_mem16 optimisations
-----Original Message----- From: Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> To: ??????? ??????? <altersoft at mail.ru> Date: Sat, 02 Aug 2008 07:54:34 -0400 Subject: Re: [Speex-dev] fir_mem16,iir_mem16 and filter_mem16 optimisations > > ??????? ??????? a ?crit : > > I have some questions about that functions: fir_mem16, iir_mem16 and filter_mem16. > > Filtering is very slow on TI...
2008 Aug 24
2
speex RAM optimising
Greetings to All! Now I am trying to run speex on TI DSP... I need only coder+decoder+AEC. Bitrate 8000bps. Building with floating point support. What can i do, to reduce RAM consumption? I mean very serious RAM optimisations. Deleting not used structure fields, etc... May be I can do something with alloc... Help me to determine that it is possible to throw out. What is best result(in RAM
2008 Mar 26
2
How many RAM Speex need??
Hi evryone ) My name is Vasily. I am a software developer from Ukrane, and i am going to use Speex on TMS320F28335 DSP-controller wich has only 68KB of RAM. And I worry about this. I can't find memory requirements in speex manual(only some about optimization). Can anyone tell me, how many RAM Speex can eat at 8kbs realtime encoding and decoding with echo canceller and jitter buffer enabled?
2009 Oct 01
0
SPEEX_PREPROCESS_SET_ECHO_STATE produces heap corruption
>jesus: > Now I see that it happens when I specify a framesize in > speex_echo_state_init greater than the one used in > speex_preprocess_state_init. > > Next combination works: > codec framesize = 160 > preprocessor framesize = 160 > eco framesize = 160 > > > Next combination DOESNT work (produces heap corruption): > codec framesize = 160 >