search for: 20kbytes

Displaying 11 results from an estimated 11 matches for "20kbytes".

Did you mean: 200kbytes
2006 May 02
3
Re: speex echo cancellation limitations
Hi Ted, Thanks a lot for this analysis. > In FLOAT_DIVU() it hangs at the following: > while (a.m >= b.m) > { > e++; > a.m >>= 1; > } > for the case where a and b are both zero (yes, division by zero). > This happens from mdf.c: True, that needs to be fixed even after I fix the rest. > leak_estimate =
2006 May 08
5
Speex echo canceller on TI C55 DSP
...is not so small at > all) to be added to the build. Right, need to cleanup that part... > With these changes, the link was successful, using testecho.c with some > modifications for the C55 environment. The code and data memory > requirements were a lot more than I had hoped (>20kbytes of dynamic data > memory for block size=128, tail length = 1024), and I will probably not be > able to fit it in the production build without some trimming. Yes, there may be a bit of memory reduction possible here. Of course, decreasing the tail length is also a rather easy way. > Whe...
2006 May 09
2
Speex echo canceller on TI C55 DSP
...ld. > > > > Right, need to cleanup that part... > > > >> With these changes, the link was successful, using testecho.c with some > >> modifications for the C55 environment. The code and data memory > >> requirements were a lot more than I had hoped (>20kbytes of dynamic data > >> memory for block size=128, tail length = 1024), and I will probably not > >> be > >> able to fit it in the production build without some trimming. > > > > Yes, there may be a bit of memory reduction possible here. Of course, > > dec...
2006 May 08
1
Speex echo canceller on TI C55 DSP
...sed and required smallft.c (which is not so small > at all) to be added to the build. > > With these changes, the link was successful, using testecho.c with some > modifications for the C55 environment. The code and data memory > requirements were a lot more than I had hoped (>20kbytes of dynamic data > memory for block size=128, tail length = 1024), and I will probably not be > able to fit it in the production build without some trimming. > > When I run the build, it goes into an infinite loop in FLOAT_DIV32 (mdf.c > line 660), which occurs because adapt_rate i...
2006 May 09
2
Speex echo canceller on TI C55 DSP
...gt; Right, need to cleanup that part... > > > > > >> With these changes, the link was successful, using testecho.c with some > > >> modifications for the C55 environment. The code and data memory > > >> requirements were a lot more than I had hoped (>20kbytes of dynamic > > >> data > > >> memory for block size=128, tail length = 1024), and I will probably not > > >> be > > >> able to fit it in the production build without some trimming. > > > > > > Yes, there may be a bit of memory reduc...
2006 May 08
0
Speex echo canceller on TI C55 DSP
...because there were not used and required smallft.c (which is not so small at all) to be added to the build. With these changes, the link was successful, using testecho.c with some modifications for the C55 environment. The code and data memory requirements were a lot more than I had hoped (>20kbytes of dynamic data memory for block size=128, tail length = 1024), and I will probably not be able to fit it in the production build without some trimming. When I run the build, it goes into an infinite loop in FLOAT_DIV32 (mdf.c line 660), which occurs because adapt_rate is < 0, which happens...
2006 May 11
0
Echo Canceller Memory Usage, Frame Size
...[Speex-dev] Speex echo canceller on TI C55 DSP, but this is a more general topic) >> With these changes, the link was successful, using testecho.c with some >> modifications for the C55 environment. The code and data memory >> requirements were a lot more than I had hoped (>20kbytes of dynamic data >> memory for block size=128, tail length = 1024), and I will probably not >> be >> able to fit it in the production build without some trimming. > > Yes, there may be a bit of memory reduction possible here. Of course, > decreasing the tail length is als...
2006 May 08
0
Speex echo canceller on TI C55 DSP
...t; all) to be added to the build. > > Right, need to cleanup that part... > >> With these changes, the link was successful, using testecho.c with some >> modifications for the C55 environment. The code and data memory >> requirements were a lot more than I had hoped (>20kbytes of dynamic data >> memory for block size=128, tail length = 1024), and I will probably not >> be >> able to fit it in the production build without some trimming. > > Yes, there may be a bit of memory reduction possible here. Of course, > decreasing the tail length is als...
2006 May 09
0
Speex echo canceller on TI C55 DSP
...ld. > > > > Right, need to cleanup that part... > > > >> With these changes, the link was successful, using testecho.c with some > >> modifications for the C55 environment. The code and data memory > >> requirements were a lot more than I had hoped (>20kbytes of dynamic > >> data > >> memory for block size=128, tail length = 1024), and I will probably not > >> be > >> able to fit it in the production build without some trimming. > > > > Yes, there may be a bit of memory reduction possible here. Of course,...
2006 May 10
0
Speex echo canceller on TI C55 DSP
...leanup that part... > > > > > >> With these changes, the link was successful, using testecho.c with > > >> some > > >> modifications for the C55 environment. The code and data memory > > >> requirements were a lot more than I had hoped (>20kbytes of dynamic > > >> data > > >> memory for block size=128, tail length = 1024), and I will probably > > >> not > > >> be > > >> able to fit it in the production build without some trimming. > > > > > > Yes, there may be a...
2006 May 10
2
Speex echo canceller on TI C55 DSP
...> > > > > > >> With these changes, the link was successful, using testecho.c with > > > >> some > > > >> modifications for the C55 environment. The code and data memory > > > >> requirements were a lot more than I had hoped (>20kbytes of dynamic > > > >> data > > > >> memory for block size=128, tail length = 1024), and I will probably > > > >> not > > > >> be > > > >> able to fit it in the production build without some trimming. > > > > >...