Convert Huffman decode from inline function to macro, for small code size saving...
commitd24e832883be14a8a70a6a5cb3c49e66ccff8543
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Fri, 8 May 2009 07:21:35 +0000 (8 07:21 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Fri, 8 May 2009 07:21:35 +0000 (8 07:21 +0000)
tree1bcb2bb9ace718f17356ed083916ad3f3d6364ac
parentbafc3e84dfcd846d4adecf14dbec0d535ece57cd
Convert Huffman decode from inline function to macro, for small code size saving on ARM and on Coldfire color, only finish DC decode on greyscale targets if decoding luma channel.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20874 a1c6a512-1295-4272-9138-f99709370657
apps/recorder/jpeg_load.c