[x265] [PATCH] tenccu:remove calling outTempCU->initEstData() multiple time without changing outTempCU from xCompressIntraCU

Gopu Govindaswamy gopu at multicorewareinc.com
Tue Nov 5 10:29:27 CET 2013


# HG changeset patch
# User Gopu Govindaswamy <gopu at multicorewareinc.com>
# Date 1383643749 -19800
# Node ID 754a5ef7c4d8a084b755eda288f73000fe201b05
# Parent  84fb400ae55a17fdce1b0bfa9e208303cb85dcb1
tenccu:remove calling outTempCU->initEstData() multiple time without changing outTempCU from xCompressIntraCU

diff -r 84fb400ae55a -r 754a5ef7c4d8 source/Lib/TLibEncoder/TEncCu.cpp
--- a/source/Lib/TLibEncoder/TEncCu.cpp	Tue Nov 05 14:12:39 2013 +0530
+++ b/source/Lib/TLibEncoder/TEncCu.cpp	Tue Nov 05 14:59:09 2013 +0530
@@ -520,8 +520,6 @@
             m_addSADDepth = depth;
         }
 
-        outTempCU->initEstData(depth, qp);
-
         xCheckRDCostIntra(outBestCU, outTempCU, SIZE_2Nx2N);
         outTempCU->initEstData(depth, qp);
 


More information about the x265-devel mailing list