[x265-commits] [x265] testbench: add missing index for chromaPartStr
David T Yuen
dtyx265 at gmail.com
Sat Jun 6 19:49:10 CEST 2015
details: http://hg.videolan.org/x265/rev/2c5d6a182538
branches:
changeset: 10581:2c5d6a182538
user: David T Yuen <dtyx265 at gmail.com>
date: Fri Jun 05 08:36:51 2015 -0700
description:
testbench: add missing index for chromaPartStr
diffstat:
source/test/pixelharness.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 43afbde189f3 -r 2c5d6a182538 source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp Fri Jun 05 11:03:10 2015 +0530
+++ b/source/test/pixelharness.cpp Fri Jun 05 08:36:51 2015 -0700
@@ -1606,7 +1606,7 @@ bool PixelHarness::testPU(int part, cons
{
if (!check_pixelcmp(ref.chroma[i].cu[part].sse_pp, opt.chroma[i].cu[part].sse_pp))
{
- printf("chroma_sse_pp[%s][%s]: failed!\n", x265_source_csp_names[i], chromaPartStr[part]);
+ printf("chroma_sse_pp[%s][%s]: failed!\n", x265_source_csp_names[i], chromaPartStr[i][part]);
return false;
}
}
More information about the x265-commits
mailing list