summaryrefslogtreecommitdiff
path: root/dsp.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove double free caused by previous commits vorbis dsp interface changes.Robin Watts2010-05-301-2/+0
| | | | git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremolo@17260 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add final ARM code sections for Tremolo decode.Robin Watts2010-05-301-3/+13
| | | | | | | | | Add missing couple of vorbis dsp entrypoints. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremolo@17258 0101bb08-14d6-0310-b084-bc0e0c8e3800
* First commit of stuff from Tremolo. C-only changes to start with.Robin Watts2010-05-151-3/+3
| | | | | | | | | | | | | | | | | | | Mostly squashing of warnings with some explicit casts, and removing some variables that are never used. Optimisations to render_line. Various checks for (m)alloc failures and out of range inputs. Change to use explicit dec_buf rather than repeated calls to alloca. Change to use dec_method/switch rather than nested if. Reorder of contents of codebook struct in preparation for ARM code. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremolo@17217 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Create a branch to merge Tremolo optimisations intoRobin Watts2010-05-151-0/+298
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremolo@17216 0101bb08-14d6-0310-b084-bc0e0c8e3800