[x265] [PATCH] testbench: add missing index for chromaPartStr

dtyx265 at gmail.com dtyx265 at gmail.com
Fri Jun 5 17:39:10 CEST 2015


# HG changeset patch
# User David T Yuen <dtyx265 at gmail.com>
# Date 1433518611 25200
# Node ID 2c5d6a1825389e052badbb46e3b4fdfe3b65aa48
# Parent  43afbde189f390c74f580b0d377731b498c7f7ce
testbench: add missing index for chromaPartStr

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 @@
             {
                 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-devel mailing list