]> granicus.if.org Git - libjpeg-turbo/commitdiff
Cosmetic fixes to argument lists 1.2.1
authorDRC <dcommander@users.sourceforge.net>
Fri, 29 Jun 2012 23:51:35 +0000 (23:51 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 29 Jun 2012 23:51:35 +0000 (23:51 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@852 632fc199-4ca6-4c93-a231-07263d6284db

java/TJExample.java
tjbench.c

index fc5d53a4519aced9d56bd3b3d365690d247fbab4..e7268928bad796fa1ea64467ad8f7bedfceb9c16 100644 (file)
@@ -80,13 +80,13 @@ public class TJExample implements TJCustomFilter {
     System.out.println("     compressed using no subsampling or grayscale, or 16x8 for 4:2:2 or 16x16");
     System.out.println("     for 4:2:0.)\n");
     System.out.println("-display = Display output image (Output file need not be specified in this");
-    System.out.println("     case.)");
-    System.out.println("-fastupsample = Use fast, inaccurate upsampling code to perform 4:2:2 and 4:2:0");
-    System.out.println("     YUV decoding");
+    System.out.println("     case.)\n");
+    System.out.println("-fastupsample = Use the fastest chrominance upsampling algorithm available in");
+    System.out.println("     the underlying codec\n");
     System.out.println("-fastdct = Use the fastest DCT/IDCT algorithms available in the underlying");
-    System.out.println("     codec");
+    System.out.println("     codec\n");
     System.out.println("-accuratedct = Use the most accurate DCT/IDCT algorithms available in the");
-    System.out.println("     underlying codec");
+    System.out.println("     underlying codec\n");
     System.exit(1);
   }
 
index a56eb3b0b2d360d96ce6d2f5a686ef111a00a9eb..26a1972c2081c6e3d04506288ab274a97acfce3a 100644 (file)
--- a/tjbench.c
+++ b/tjbench.c
@@ -680,8 +680,8 @@ void usage(char *progname)
        printf("     Force MMX, SSE, SSE2, or SSE3 code paths in the underlying codec\n");
        printf("-rgb, -bgr, -rgbx, -bgrx, -xbgr, -xrgb =\n");
        printf("     Test the specified color conversion path in the codec (default: BGR)\n");
-       printf("-fastupsample = Use fast, inaccurate upsampling code to perform 4:2:2 and 4:2:0\n");
-       printf("     YUV decoding\n");
+       printf("-fastupsample = Use the fastest chrominance upsampling algorithm available in\n");
+       printf("     the underlying codec\n");
        printf("-fastdct = Use the fastest DCT/IDCT algorithms available in the underlying\n");
        printf("     codec\n");
        printf("-accuratedct = Use the most accurate DCT/IDCT algorithms available in the\n");