[x265] [PATCH] denoiseDct unit test code: fixed bound value problem

praveen at multicorewareinc.com praveen at multicorewareinc.com
Wed Sep 17 13:32:00 CEST 2014


# HG changeset patch
# User Praveen Tiwari
# Date 1410951832 -19800
# Node ID a2dcc12bd36f41a99c346870cc4c23c1e313665b
# Parent  199e8f2e0d54abd16657ccd0952bdc25cadf8420
denoiseDct unit test code: fixed bound value problem

diff -r 199e8f2e0d54 -r a2dcc12bd36f source/test/mbdstharness.cpp
--- a/source/test/mbdstharness.cpp	Tue Sep 16 17:50:06 2014 +0530
+++ b/source/test/mbdstharness.cpp	Wed Sep 17 16:33:52 2014 +0530
@@ -349,6 +349,7 @@
             reportfail();
             j += INCR;
         }
+        j = 0;
     }
 
     return true;


More information about the x265-devel mailing list