mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more to come...
commit6572eae62f0037ed79daaa6e9be213e52bcc7d23
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 14 Apr 2007 16:35:44 +0000 (14 16:35 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 14 Apr 2007 16:35:44 +0000 (14 16:35 +0000)
tree10a759a0438df774a7b1eab6af0e3995f85ae4d3
parent5ed605a9ea54a756b45dff5f94687d2b30efb30c
mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more to come I think.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13159 a1c6a512-1295-4272-9138-f99709370657
14 files changed:
apps/plugins/mpegplayer/SOURCES
apps/plugins/mpegplayer/cpu_accel.c [deleted file]
apps/plugins/mpegplayer/cpu_state.c [deleted file]
apps/plugins/mpegplayer/decode.c
apps/plugins/mpegplayer/header.c
apps/plugins/mpegplayer/idct.c
apps/plugins/mpegplayer/motion_comp.c
apps/plugins/mpegplayer/motion_comp.h [new file with mode: 0644]
apps/plugins/mpegplayer/motion_comp_arm.c [deleted file]
apps/plugins/mpegplayer/motion_comp_arm_c.c [new file with mode: 0644]
apps/plugins/mpegplayer/motion_comp_arm_s.S
apps/plugins/mpegplayer/mpeg2.h
apps/plugins/mpegplayer/mpeg2_internal.h
apps/plugins/mpegplayer/slice.c