]> granicus.if.org Git - libvpx/commitdiff
opsnr.stt: Add a missing tab after PSNRHVS
authorAlex Converse <aconverse@google.com>
Thu, 13 Aug 2015 19:08:36 +0000 (12:08 -0700)
committerAlex Converse <aconverse@google.com>
Thu, 13 Aug 2015 19:08:36 +0000 (12:08 -0700)
Logfile parsers expect it to be there.

Change-Id: I7c96a42c8be570a28f51cc4edfa619d9cf9af73b

vp10/encoder/encoder.c
vp9/encoder/vp9_encoder.c

index 547bffcda43c6f48245526f4885e7717a38bfd33..38479f6defba3f0a1ce141ae5755d6f8a9b17f34 100644 (file)
@@ -1959,7 +1959,7 @@ void vp10_remove_compressor(VP9_COMP *cpi) {
                  "WstPsnr\tWstSsim\tWstFast\tWstHVS");
         snprintf(results, sizeof(results),
                  "%7.2f\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
-                 "%7.3f\t%7.3f\t%7.3f\t%7.3f"
+                 "%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
                  "%7.3f\t%7.3f\t%7.3f\t%7.3f",
                  dr, cpi->psnr.stat[ALL] / cpi->count, total_psnr,
                  cpi->psnrp.stat[ALL] / cpi->count, totalp_psnr,
index 5261feb41f3d813f28f0cf393c4bd34be71b01cd..aae1e260da6c3c1759acdeb309f67516766175e4 100644 (file)
@@ -1958,7 +1958,7 @@ void vp9_remove_compressor(VP9_COMP *cpi) {
                  "WstPsnr\tWstSsim\tWstFast\tWstHVS");
         snprintf(results, sizeof(results),
                  "%7.2f\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
-                 "%7.3f\t%7.3f\t%7.3f\t%7.3f"
+                 "%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
                  "%7.3f\t%7.3f\t%7.3f\t%7.3f",
                  dr, cpi->psnr.stat[ALL] / cpi->count, total_psnr,
                  cpi->psnrp.stat[ALL] / cpi->count, totalp_psnr,