search for: 41kbytes

Displaying 3 results from an estimated 3 matches for "41kbytes".

Did you mean: 40kbytes
2006 Apr 13
4
How to create a compact Speex library
--- Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > Sorry if this a repost but I want to create the > > smallest Speex library possible to be put in TI's > > TMS320 DSP. I'm only interested in one > configuration: > > 5.97 Kbps narrowband. What part of source code > can I > > remove? Currently, when I compiled the version >
2006 Apr 14
0
How to create a compact Speex library
...c, exc_*.c, and gain_table.c (thanks for those). By the way, do you really care about the size of the .a file? My library is 467kbytes, but that is meaningless, because the library was built with symbol information. Looking at the map file, Speex (including my interface routines) takes about 41kbytes in .text and 16kbytes in .const. That does not include data memory, which is what Jean-Marc is working on now. Regards, Jim Crichton
2006 Apr 17
2
How to create a compact Speex library
...; those). > > By the way, do you really care about the size of the > .a file? My library is > 467kbytes, but that is meaningless, because the > library was built with > symbol information. Looking at the map file, Speex > (including my interface > routines) takes about 41kbytes in .text and 16kbytes > in .const. That does > not include data memory, which is what Jean-Marc is > working on now. > > Regards, > > Jim Crichton > > > Thanks for your help. And sorry to Jean-Marc for implying that I don't want to do any work and just &...