[x265] [PATCH] tcommotion: cleanup removed unused methods
gopu at multicorewareinc.com
gopu at multicorewareinc.com
Mon Mar 10 12:39:40 CET 2014
# HG changeset patch
# User Gopu Govindaswamy
# Date 1394451571 -19800
# Mon Mar 10 17:09:31 2014 +0530
# Node ID 29e04698088a8bc96bcf70d3a2f35fb2b2a33ce5
# Parent 7c93b0f2bd16d1b25526f2b59d5e35f9f9ce5399
tcommotion: cleanup removed unused methods
diff -r 7c93b0f2bd16 -r 29e04698088a source/Lib/TLibCommon/TComMotionInfo.h
--- a/source/Lib/TLibCommon/TComMotionInfo.h Mon Mar 10 16:55:28 2014 +0530
+++ b/source/Lib/TLibCommon/TComMotionInfo.h Mon Mar 10 17:09:31 2014 +0530
@@ -134,19 +134,6 @@
void setAllMvField(const TComMvField& mvField, PartSize mbMode, int partAddr, uint32_t depth, int partIdx = 0);
void setMvd(int idx, const MV& mvd) { m_mvd[idx] = mvd; }
- void setNumPartition(int numPart)
- {
- m_numPartitions = numPart;
- }
-
- void linkToWithOffset(const TComCUMvField* src, int offset)
- {
- m_mv = src->m_mv + offset;
- m_mvd = src->m_mvd + offset;
- m_refIdx = src->m_refIdx + offset;
- }
-
- void compress(char* pePredMode, int scale);
};
}
More information about the x265-devel
mailing list