This website requires JavaScript.
Explore
Help
Sign in
devs
/
foxbox
Watch
1
Star
0
Fork
You've already forked foxbox
0
forked from
len0rd/rockbox
Code
Pull requests
Activity
967386e36e
foxbox
/
apps
/
plugins
/
lib
History
Download ZIP
Download TAR.GZ
Jens Arnold
1d6df54df2
Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21205 a1c6a512-1295-4272-9138-f99709370657
2009-06-07 21:27:05 +00:00
..
bmp_smooth_scale.c
buflib.c
buflib.h
checkbox.c
checkbox.h
configfile.c
configfile.h
feature_wrappers.h
fixedpoint.c
Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected.
2009-06-07 21:27:05 +00:00
fixedpoint.h
gcc-support.c
grey.h
grey_coldfire.S
grey_core.c
Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected.
2009-06-07 21:27:05 +00:00
grey_draw.c
Speed up mono bitmap drawing on horizontally packed greyscale targets (greyscale iPods). Average speedup is 80% on PP5002, and 55% on PP502x. * Simplify mono bitmap drawing in the 16 bit driver and the greylib a bit, also giving a slight speedup (3% on PP502x, 1.5% on coldfire).
2009-06-01 21:28:03 +00:00
grey_parm.c
grey_scroll.c
grey_sh.S
helper.c
Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected.
2009-06-07 21:27:05 +00:00
helper.h
highscore.c
highscore.h
jhash.c
Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.
2009-06-01 13:40:30 +00:00
jhash.h
Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.
2009-06-01 13:40:30 +00:00
jpeg_mem.h
md5.c
md5.h
oldmenuapi.c
oldmenuapi.h
overlay.c
overlay.h
picture.c
picture.h
playback_control.c
playback_control.h
playergfx.c
playergfx.h
pluginlib_actions.c
Move the ONDIO_PAD to the others which have the same keymap in the generic directions PLA context.
2009-06-01 17:33:20 +00:00
pluginlib_actions.h
pluginlib_albumart.c
pluginlib_bmp.c
Fix duplicate #includes
2009-05-17 14:50:19 +00:00
pluginlib_bmp.h
pluginlib_exit.c
pluginlib_exit.h
pluginlib_jpeg_load.c
pluginlib_jpeg_mem.c
pluginlib_resize.c
profile_plugin.c
profile_plugin.h
read_image.c
read_image.h
rgb_hsv.c
rgb_hsv.h
SOURCES
Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.
2009-06-01 13:40:30 +00:00
touchscreen.c
touchscreen.h
wrappers.h
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c