]> granicus.if.org Git - libjpeg-turbo/commitdiff
"integer forward DCT", not "forward integer DCT"
authorDRC <dcommander@users.sourceforge.net>
Fri, 18 Feb 2011 03:21:06 +0000 (03:21 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 18 Feb 2011 03:21:06 +0000 (03:21 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@382 632fc199-4ca6-4c93-a231-07263d6284db

README-turbo.txt

index 540da0943d9f98312f0f9310adfc6ed2a6afcaaa..33ed4cc8d05f6fc878639a95faf245f75d2de8d6 100755 (executable)
@@ -59,14 +59,14 @@ consumer packages, such as PhotoShop, use restart markers when generating JPEG
 images, so images generated by those programs will experience this issue.
 
 ===============================================
-Fast Forward Integer DCT at High Quality Levels
+Fast Integer Forward DCT at High Quality Levels
 ===============================================
 
 The algorithm used by the SIMD-accelerated quantization function cannot produce
-correct results whenever the fast forward integer DCT is used along with a JPEG
+correct results whenever the fast integer forward DCT is used along with a JPEG
 quality of 98-100.  Thus, libjpeg-turbo must use the non-SIMD quantization
 function in those cases.  This causes performance to drop by as much as 40%.
-It is therefore strongly advised that you use the slow forward integer DCT
+It is therefore strongly advised that you use the slow integer forward DCT
 whenever encoding images with a JPEG quality of 98 or higher.