]> granicus.if.org Git - libjpeg-turbo/commit
Introduce fast paths to speed up NULL color conversion somewhat, particularly when...
authorDRC <dcommander@users.sourceforge.net>
Tue, 20 Jan 2015 10:33:32 +0000 (10:33 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 20 Jan 2015 10:33:32 +0000 (10:33 +0000)
commit0e94025ac72a481ca822b9c876dcada6db977d8b
tree7a7268bc915487a10c06f72430ae2bb793318168
parentc60d662ee469712047b4159f829b8d7c886802bd
Introduce fast paths to speed up NULL color conversion somewhat, particularly when using 64-bit code;  on the decompression side, the "slow path" also now use an approach similar to that of the compression side (with the component loop outside of the column loop rather than inside.)  This is faster when using 32-bit code.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1521 632fc199-4ca6-4c93-a231-07263d6284db
ChangeLog.txt
jccolor.c
jdcolor.c