1
0
Fork 0
forked from len0rd/rockbox

Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim Boucher. Put the IDCT block buffer in IRAM for better performance. The whole libmpeg2 decoder struct doesn't fit without throwing some libmad buffers out of IRAM, but then doesn't change performance significantly. Mpegplayer is quite usable now on X5; H300 is sort-of usable for widescreen.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15156 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-10-16 22:55:40 +00:00
parent 84f5c5c3e3
commit fc43b9df82
5 changed files with 611 additions and 2 deletions

View file

@ -13,6 +13,10 @@ idct.c
motion_comp_c.c
#endif /* CPU_* */
#ifdef CPU_COLDFIRE
idct_coldfire.S
#endif
slice.c
video_out_rockbox.c
mpeg_settings.c