[x265-commits] [x265] stats: note that PSNR/SSIM are measured directly after lo...

Steve Borho steve at borho.org
Fri Feb 6 17:30:10 CET 2015


details:   http://hg.videolan.org/x265/rev/e51b19ab2319
branches:  
changeset: 9319:e51b19ab2319
user:      Steve Borho <steve at borho.org>
date:      Fri Feb 06 10:29:58 2015 -0600
description:
stats: note that PSNR/SSIM are measured directly after loop filters per row

diffstat:

 source/encoder/search.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d26268f9dc19 -r e51b19ab2319 source/encoder/search.h
--- a/source/encoder/search.h	Fri Feb 06 11:06:21 2015 +0530
+++ b/source/encoder/search.h	Fri Feb 06 10:29:58 2015 -0600
@@ -145,7 +145,7 @@ struct CUStats
     int64_t  interRDOElapsedTime[NUM_CU_DEPTH]; // elapsed worker time in inter RDO per CU depth
     int64_t  intraAnalysisElapsedTime;          // elapsed worker time in intra sa8d analysis
     int64_t  motionEstimationElapsedTime;       // elapsed worker time in predInterSearch()
-    int64_t  loopFilterElapsedTime;             // elapsed worker time in deblock and SAO
+    int64_t  loopFilterElapsedTime;             // elapsed worker time in deblock and SAO and PSNR/SSIM
     int64_t  pmeTime;                           // elapsed worker time processing ME slave jobs
     int64_t  pmeBlockTime;                      // elapsed worker time blocked for pme batch completion
     int64_t  pmodeTime;                         // elapsed worker time processing pmode slave jobs


More information about the x265-commits mailing list