1
0
Fork 0
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:
Jens Arnold 2007-10-17 15:46:09 +00:00
parent a25b76e3bd
commit e1b4bf7a4d
3 changed files with 474 additions and 3 deletions

View file

@ -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 */