diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-07-29 22:18:04 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-07-29 22:18:04 +0000 |
| commit | aa2fca384a7e71b7a9afbee0d68cfb2b7a5266f5 (patch) | |
| tree | cff75c9a211b84890e16eee128cda84dba33727a /apps/codecs/libwmapro/wma.h | |
| parent | e63e19b50773393064e7a458297b18a835e8b004 (diff) | |
| download | rockbox-aa2fca384a7e71b7a9afbee0d68cfb2b7a5266f5.zip rockbox-aa2fca384a7e71b7a9afbee0d68cfb2b7a5266f5.tar.gz rockbox-aa2fca384a7e71b7a9afbee0d68cfb2b7a5266f5.tar.bz2 rockbox-aa2fca384a7e71b7a9afbee0d68cfb2b7a5266f5.tar.xz | |
Maintenance and minor speedup of libwmapro. Comment unused arrays, fix comment, remove tabs and introduce WMAPRO_FRACT to wma.h to remove magic numbers. Swap operands of fixmul16-call for minor speedup on ARM (+1%).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27617 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro/wma.h')
| -rw-r--r-- | apps/codecs/libwmapro/wma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libwmapro/wma.h b/apps/codecs/libwmapro/wma.h index 3a0948e..84abeb3 100644 --- a/apps/codecs/libwmapro/wma.h +++ b/apps/codecs/libwmapro/wma.h @@ -25,6 +25,8 @@ #include "ffmpeg_get_bits.h" #include "ffmpeg_put_bits.h" +#define WMAPRO_FRACT (17) + /* size of blocks */ #define BLOCK_MIN_BITS 7 #define BLOCK_MAX_BITS 11 |