Displaying 3 results from an estimated 3 matches for "eexpreprocessstate".
Did you mean:
speexpreprocessstate
2008 Jan 31
2
speex on embedded processor
...lest values and minimized the heap based on all calls to calloc. I haven't optimized the call stack yet. I reduced the ram usage to around 6k. The problem is when I added the preprocess functionality, the ram usage went to around 20k. I need to know what can be removed or reduced from the S[eexPreprocessState structure. The only functionality we want to use is the denoise option. We don't want vbr or echo cancellation. I only see about 1k that is directly related that can be removed from the structure. Are there any other buffers in the structure that can be removed or a way to reduce the size o...
2008 Feb 01
1
speex on embedded processor
...based on all calls to calloc. I haven't
>> optimized the call stack yet. I reduced the ram usage to around 6k.
>> The problem is when I added the preprocess functionality, the ram
>> usage went to around 20k. I need to know what can be removed or
>> reduced from the S[eexPreprocessState structure. The only
>> functionality we want to use is the denoise option. We don't want
>> vbr or echo cancellation. I only see about 1k that is directly
>> related that can be removed from the structure. Are there any other
>> buffers in the structure that can be r...
2008 Feb 01
0
speex on embedded processor
...imized the heap based on all calls to calloc. I haven't
> optimized the call stack yet. I reduced the ram usage to around 6k.
> The problem is when I added the preprocess functionality, the ram
> usage went to around 20k. I need to know what can be removed or
> reduced from the S[eexPreprocessState structure. The only
> functionality we want to use is the denoise option. We don't want
> vbr or echo cancellation. I only see about 1k that is directly
> related that can be removed from the structure. Are there any other
> buffers in the structure that can be removed or a way...