optimized motion compensation for ARM from the mplayer-w100 project. Elefants Dream plays back 2.3fps faster on the Gigabeat

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13032 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2007-04-05 09:56:28 +00:00
parent 78585318b5
commit 80d882105e
5 changed files with 515 additions and 0 deletions

View file

@ -5,6 +5,10 @@ decode.c
header.c
idct.c
motion_comp.c
#ifdef CPU_ARM
motion_comp_arm.c
motion_comp_arm_s.S
#endif
slice.c
video_out_rockbox.c
mpeg_settings.c