From 41cea75095e6dcd17cff2f57c07553c0ec2a298e Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Wed, 28 Dec 2005 20:42:24 +0000 Subject: 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 --- apps/codecs/Tremor/block.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs/Tremor/block.c') 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){ block. The time domain envelope is not yet handled at the point of calling (as it relies on the previous block). */ +int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb) ICODE_ATTR; int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){ vorbis_info *vi=v->vi; codec_setup_info *ci=(codec_setup_info *)vi->codec_setup; -- cgit v1.2.3