rockbox/apps/plugins/jpeg
Karl Kurbjun aa942e042b Jpeg Viewer: Add support for Vertical Strides
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22697 a1c6a512-1295-4272-9138-f99709370657
2009-09-13 15:29:42 +00:00
..
jpeg.c Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
jpeg.h * Fix plugin keymaps for VX777 2009-08-31 21:11:32 +00:00
jpeg.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
jpeg_decoder.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
jpeg_decoder.h Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. 2009-05-01 23:24:23 +00:00
SOURCES
yuv2rgb.c Jpeg Viewer: Add support for Vertical Strides 2009-09-13 15:29:42 +00:00
yuv2rgb.h