]> granicus.if.org Git - libvpx/commitdiff
Increase precision of some debug stats output for corpus VBR.
authorpaulwilkins <paulwilkins@google.com>
Wed, 11 Oct 2017 10:56:44 +0000 (11:56 +0100)
committerpaulwilkins <paulwilkins@google.com>
Thu, 12 Oct 2017 09:07:21 +0000 (10:07 +0100)
Change-Id: I75841797cc0c215781b5b36e3a3e9f4b0e35ba63

vp9/encoder/vp9_firstpass.c

index 9d9779f7b96d9134db4571997046c40a204d62c0..f9494dc5186eecf30540f5fb5d992688270731d3 100644 (file)
@@ -108,7 +108,7 @@ static void output_stats(FIRSTPASS_STATS *stats,
     fpfile = fopen("firstpass.stt", "a");
 
     fprintf(fpfile,
-            "%12.0lf %12.4lf %12.0lf %12.0lf %12.0lf %12.0lf %12.4lf %12.4lf"
+            "%12.0lf %12.4lf %12.2lf %12.2lf %12.2lf %12.0lf %12.4lf %12.4lf"
             "%12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.4lf"
             "%12.4lf %12.4lf %12.4lf %12.4lf %12.4lf %12.0lf %12.0lf %12.0lf"
             "%12.4lf"