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
|
@ -298,3 +298,4 @@ extern mpeg2_mc_t mpeg2_mc_3dnow;
|
|||
extern mpeg2_mc_t mpeg2_mc_altivec;
|
||||
extern mpeg2_mc_t mpeg2_mc_alpha;
|
||||
extern mpeg2_mc_t mpeg2_mc_vis;
|
||||
extern mpeg2_mc_t mpeg2_mc_arm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue