]> granicus.if.org Git - libjpeg-turbo/commit
For now, punt on trying to support fancy upsampling in tjDecodeYUV(). Fancy upsampli...
authorDRC <dcommander@users.sourceforge.net>
Mon, 10 Mar 2014 20:14:53 +0000 (20:14 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 10 Mar 2014 20:14:53 +0000 (20:14 +0000)
commit7d9f758e5251e129431b03cdab1160710d4b3fb8
treebf68f6663322e91293cfac218ad625508867681f
parent15c0876191b927cbe4d797b9ef89b51b08a12cc2
For now, punt on trying to support fancy upsampling in tjDecodeYUV().  Fancy upsampling requires context rows and other refinements, which are difficult to implement correctly with the algorithm we're using.  Longer-term, supporting fancy upsampling would probably require using the main buffer that libjpeg allocates.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1145 632fc199-4ca6-4c93-a231-07263d6284db
turbojpeg.c