forked from len0rd/rockbox
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:
parent
78585318b5
commit
80d882105e
5 changed files with 515 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue