[x265] [PATCH 5/5] intrapred: adjust debug info format

Min Chen chenm003 at 163.com
Thu Jun 20 18:53:15 CEST 2013


>From f0aa58cca4f7ae8f712f6b7355b0b94c2183971b Mon Sep 17 00:00:00 2001
From: Min Chen <chenm003 at 163.com>
Date: Thu, 20 Jun 2013 21:21:05 +0800
Subject: [PATCH 5/5] intrapred: adjust debug info format

---
 source/test/intrapredharness.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source/test/intrapredharness.cpp b/source/test/intrapredharness.cpp
index 0380cc3..58ae143 100644
--- a/source/test/intrapredharness.cpp
+++ b/source/test/intrapredharness.cpp
@@ -208,7 +208,7 @@ bool IntraPredHarness::check_getIPredAngs_primitive(const x265::getIPredAngs_t r
                 {
                     if (memcmp(pixel_out_33_C + p * (width *width) + k * width, pixel_out_33_Vec + p * (width *width) + k * width, width))
                     {
-                        printf("\nFailed: [%2d]: width=%d, mode=%d, bfilter=%d\n", k, width, p+2, isLuma);
+                        printf("\nFailed: (%dx%d) Mode(%2d), Line[%2d], bfilter=%d\n", width, width, p+2, k, isLuma);
                         return false;
                     }
                 }
-- 
1.7.9.msysgit.0




More information about the x265-devel mailing list