]> granicus.if.org Git - libjpeg-turbo/commit
Extend tjbenchtest so that it tests the dynamic JPEG buffer allocation feature in...
authorDRC <dcommander@users.sourceforge.net>
Fri, 22 Aug 2014 03:04:06 +0000 (03:04 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 22 Aug 2014 03:04:06 +0000 (03:04 +0000)
commit684ace1924f95d71caa31e68330405cdb8043729
tree9ae11d655b9cc763e78655e0439a7b4112a20c0a
parentd92949b0ac7f2d90aa554e5c6eb8e99730e75f8e
Extend tjbenchtest so that it tests the dynamic JPEG buffer allocation feature in TurboJPEG.  Disable the tiling feature in TJBench whenever dynamic buffer allocation is enabled (because the tiling feature requires a separate buffer for each tile, using it successfully with dynamic buffer allocation would require a separate TurboJPEG compressor instance for each tile, and it's not worth going to that trouble right now.)

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1374 632fc199-4ca6-4c93-a231-07263d6284db
Makefile.am
tjbench.c
tjbenchtest.in