@@ -261,10 +261,13 @@ usage(void)
261261 fprintf (stderr , " -quant-table N Use predefined quantization table N:\n" );
262262 fprintf (stderr , " - 0 JPEG Annex K\n" );
263263 fprintf (stderr , " - 1 Flat\n" );
264- fprintf (stderr , " - 2 Custom, tuned for MS-SSIM\n" );
265- fprintf (stderr , " - 3 ImageMagick table by N. Robidoux\n" );
266- fprintf (stderr , " - 4 Custom, tuned for PSNR-HVS\n" );
264+ fprintf (stderr , " - 2 Tuned for MS-SSIM on Kodak image set \n" );
265+ fprintf (stderr , " - 3 ImageMagick table by N. Robidoux (default) \n" );
266+ fprintf (stderr , " - 4 Tuned for PSNR-HVS on Kodak image set \n" );
267267 fprintf (stderr , " - 5 Table from paper by Klein, Silverstein and Carney\n" );
268+ fprintf (stderr , " - 6 Table from paper by Watson, Taylor and Borthwick\n" );
269+ fprintf (stderr , " - 7 Table from paper by Ahumada, Watson, Peterson\n" );
270+ fprintf (stderr , " - 8 Table from paper by Peterson, Ahumada and Watson\n" );
268271 fprintf (stderr , " -icc FILE Embed ICC profile contained in FILE\n" );
269272 fprintf (stderr , " -restart N Set restart interval in rows, or in blocks with B\n" );
270273#ifdef INPUT_SMOOTHING_SUPPORTED
0 commit comments