summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/block.c
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-12-28 20:42:24 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-12-28 20:42:24 +0000
commit41cea75095e6dcd17cff2f57c07553c0ec2a298e (patch)
tree4acd38bc18a591b53526ef4e9948b360e69031c7 /apps/codecs/Tremor/block.c
parent074999ded3b7f41ef25167b06b0c618306ed9d5e (diff)
downloadrockbox-41cea75095e6dcd17cff2f57c07553c0ec2a298e.tar.gz
rockbox-41cea75095e6dcd17cff2f57c07553c0ec2a298e.zip
Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu boost ratio on a test track by about 6 percentage points. Also fixes broken simulator playback caused by my previous Tremor commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8291 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/block.c')
-rw-r--r--apps/codecs/Tremor/block.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/block.c b/apps/codecs/Tremor/block.c
index fb451f6868..17b15e5d83 100644
--- a/apps/codecs/Tremor/block.c
+++ b/apps/codecs/Tremor/block.c
@@ -256,6 +256,7 @@ void vorbis_dsp_clear(vorbis_dsp_state *v){
256 block. The time domain envelope is not yet handled at the point of 256 block. The time domain envelope is not yet handled at the point of
257 calling (as it relies on the previous block). */ 257 calling (as it relies on the previous block). */
258 258
259int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb) ICODE_ATTR;
259int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){ 260int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){
260 vorbis_info *vi=v->vi; 261 vorbis_info *vi=v->vi;
261 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; 262 codec_setup_info *ci=(codec_setup_info *)vi->codec_setup;