]> 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 02:57:34 +0000 (02:57 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 22 Aug 2014 02:57:34 +0000 (02:57 +0000)
commit43513893f082a621179dfc622a04a8f036760301
tree2ba90bfb609e40fdb1f9c891b35b479c99a4d527
parenta1a920cc5184d771c81858fc81a40128ac1e6953
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/branches/1.3.x@1372 632fc199-4ca6-4c93-a231-07263d6284db
Makefile.am
tjbench.c
tjbenchtest.in