[x265] [PATCH] TEncSearch: remove redundant function call

ashok at multicorewareinc.com ashok at multicorewareinc.com
Wed Aug 27 15:40:49 CEST 2014


# HG changeset patch
# User Ashok Kumar Mishra<ashok at multicorewareinc.com>
# Date 1409146802 -19800
#      Wed Aug 27 19:10:02 2014 +0530
# Node ID 5d246ebff00011121e592adae5ae05fbd056ae9e
# Parent  77fe0cc583e8ec10275bc1b3c4bb116d5ceb51ac
TEncSearch: remove redundant function call

diff -r 77fe0cc583e8 -r 5d246ebff000 source/Lib/TLibEncoder/TEncSearch.cpp
--- a/source/Lib/TLibEncoder/TEncSearch.cpp	Wed Aug 27 14:25:17 2014 +0530
+++ b/source/Lib/TLibEncoder/TEncSearch.cpp	Wed Aug 27 19:10:02 2014 +0530
@@ -1589,7 +1589,6 @@
 
         //=== update PU data ====
         cu->setLumaIntraDirSubParts(bestPUMode, partOffset, depth + initTrDepth);
-        cu->copyToPic(depth, pu, initTrDepth);
     } // PU loop
 
     if (numPU > 1)


More information about the x265-devel mailing list