forked from len0rd/rockbox
Mpegplayer: Assembler optimised motion compensation for coldfire (just the variants that are assemblerised for ARM) for a nice speedup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15168 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a25b76e3bd
commit
e1b4bf7a4d
3 changed files with 474 additions and 3 deletions
|
@ -6,11 +6,10 @@ motion_comp.c
|
|||
|
||||
#ifdef CPU_COLDFIRE
|
||||
idct_coldfire.S
|
||||
motion_comp_coldfire_c.c
|
||||
motion_comp_coldfire_s.S
|
||||
#elif defined CPU_ARM
|
||||
idct_arm.S
|
||||
#endif
|
||||
|
||||
#ifdef CPU_ARM
|
||||
motion_comp_arm_c.c
|
||||
motion_comp_arm_s.S
|
||||
#else /* other CPU or SIM */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue