# HG changeset patch
# User Gopu Govindaswamy <[email protected]>
# Date 1382696900 -19800
# Node ID b8969609a82f047def8aa991803b302eb87e9985
# Parent 35144b9a28d2b7db09a95bfd78c232f4684c5aa1
tenccu : remove unused functions
diff -r 35144b9a28d2 -r b8969609a82f source/Lib/TLibEncoder/TEncCu.cpp
--- a/source/Lib/TLibEncoder/TEncCu.cpp Fri Oct 25 14:50:35 2013 +0530
+++ b/source/Lib/TLibEncoder/TEncCu.cpp Fri Oct 25 15:58:20 2013 +0530
@@ -1746,11 +1746,6 @@
m_bestRecoYuv[nextDepth]->copyToPartYuv(m_tmpRecoYuv[nextDepth - 1],
partUnitIdx);
}
-void TEncCu::xCopyYuv2Best(UInt partUnitIdx, UInt nextDepth)
-{
- m_tmpRecoYuv[nextDepth]->copyToPartYuv(m_bestRecoYuv[nextDepth - 1],
partUnitIdx);
-}
-
/** Function for filling the PCM buffer of a CU using its original sample array
* \param cu pointer to current CU
* \param fencYuv pointer to original sample array
diff -r 35144b9a28d2 -r b8969609a82f source/Lib/TLibEncoder/TEncCu.h
--- a/source/Lib/TLibEncoder/TEncCu.h Fri Oct 25 14:50:35 2013 +0530
+++ b/source/Lib/TLibEncoder/TEncCu.h Fri Oct 25 15:58:20 2013 +0530
@@ -135,8 +135,6 @@
void setBitCounter(TComBitCounter* pcBitCounter) { m_bitCounter =
pcBitCounter; }
- UInt getLCUPredictionSAD() { return m_LCUPredictionSAD; }
-
protected:
void finishCU(TComDataCU* cu, UInt absPartIdx, UInt depth);
@@ -163,7 +161,6 @@
void xCopyYuv2Pic(TComPic* outPic, UInt cuAddr, UInt absPartIdx, UInt
depth, UInt uiSrcDepth, TComDataCU* cu,
UInt lpelx, UInt tpely);
void xCopyYuv2Tmp(UInt uhPartUnitIdx, UInt depth);
- void xCopyYuv2Best(UInt partUnitIdx, UInt uiNextDepth);
bool getdQPFlag() { return m_bEncodeDQP; }
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel