Never use upscaling IDCT for luma (to reduce blockiness), plus some small size optimi...
commit4ffda42e07a6e9d41a0cff3bebb331555eed8940
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Thu, 7 May 2009 08:32:17 +0000 (7 08:32 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Thu, 7 May 2009 08:32:17 +0000 (7 08:32 +0000)
tree28da0f759281dee214a03750151dde8d85c77597
parenta093e3253d78ae78ed3ed7e107413b049c83b9b3
Never use upscaling IDCT for luma (to reduce blockiness), plus some small size optimizations by not calculating or storing scale factors or k_need/zero_need for chroma on greyscale.

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