rockbox/apps/codecs/libwma
Michael Giacomelli 3866755d28 Remove unused variable and assignment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21304 a1c6a512-1295-4272-9138-f99709370657
2009-06-15 22:36:57 +00:00
..
asf.h
bitstream.c
bitstream.h
bswap.h
ffmpeg_config.h
libwma.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
SOURCES Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codeclib. Combined IMDCT is now based on existing Tremor transform. Reduces CPU for 192k AAC by 21MHz on Coldfire, and 5MHz on PP5024. WMA and Vorbis should have no functional changes since they already used this code. Further optimization is possible and would benefit all 3 codecs. 2008-09-04 18:02:10 +00:00
types.h
wmadata.h
wmadec.h Sync some changes found in ffmpeg plus a spelling correction I forgot to commit. 2008-12-20 06:40:46 +00:00
wmadeci.c Remove unused variable and assignment. 2009-06-15 22:36:57 +00:00
wmafixed.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wmafixed.h Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my test samples gave equivilent or better accuracy (>>16 bit), but there may still be problems. Code becomes somewhat less readable since the IMDCT has bits of Vorbis in it, but this is not a serious issue and the old ffmpeg transform remains in SVN if anyone wants it. Also, WMA now passes Vorbis as the fastest transform codec on ARM, although MPC remains the fastest lossy codec overall. 2008-07-17 17:43:49 +00:00