diff options
author | Pedro Vasconcelos <pbv@rockbox.org> | 2005-05-27 09:14:00 +0000 |
---|---|---|
committer | Pedro Vasconcelos <pbv@rockbox.org> | 2005-05-27 09:14:00 +0000 |
commit | 024db0a766f9590baea73babfefff278c28a5b2c (patch) | |
tree | 27e5e27e056cd0b988c2e6af7e575fe974f88035 /apps/codecs/Tremor/config-tremor.h | |
parent | 38413489305efad4f682534f92c5daa031f5440a (diff) |
Basic optimizations of the Vorbis decoder for the ihp-1x0.
Capable of real-time decoding with cpu freq at 120mhz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6527 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/config-tremor.h')
-rw-r--r-- | apps/codecs/Tremor/config-tremor.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/codecs/Tremor/config-tremor.h b/apps/codecs/Tremor/config-tremor.h index 81aa5bffab..8307d87b77 100644 --- a/apps/codecs/Tremor/config-tremor.h +++ b/apps/codecs/Tremor/config-tremor.h @@ -1,5 +1,4 @@ -#include "../codec.h" - +#include "../codec.h" #ifdef ROCKBOX_BIG_ENDIAN #define BIG_ENDIAN 1 #define LITTLE_ENDIAN 0 @@ -9,4 +8,6 @@ #define LITTLE_ENDIAN 1 #define BIG_ENDIAN 0 #endif -#define _LOW_ACCURACY_ + + +// #define _LOW_ACCURACY_ |