Tremor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Platforms == | == Platforms == | ||
Line 17: | Line 16: | ||
* hooks to TI DSPLIB functions cfft3216_NOSCALE and cbrev32 | * hooks to TI DSPLIB functions cfft3216_NOSCALE and cbrev32 | ||
* 64-bit math functions | * 64-bit math functions | ||
== Links == | |||
* [http://lists.xiph.org/pipermail/tremor/ Tremor Mailing List] - lots of info here, but have to wade through a lot! |
Revision as of 15:57, 24 November 2004
Platforms
Texas Instruments TMS320C55x DSP Family
Download the generic lowmem source using Subversion. This is probably the version you want to start working with for a DSP.
svn co http://svn.xiph.org/branches/lowmem-branch/Tremor/
Required / Suggested Changes to the code as downloaded:
- Roland Wintersteller's various fixes
- Johannes Sandvall's performance improvements
- alloca removal
- misc compiler warning fixes
- hooks to TI DSPLIB functions cfft3216_NOSCALE and cbrev32
- 64-bit math functions
Links
- Tremor Mailing List - lots of info here, but have to wade through a lot!