Changeset 213 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/TComMotionInfo.h
- Timestamp:
- 31 Dec 2012, 18:33:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/TComMotionInfo.h
r100 r213 43 43 #include "CommonDef.h" 44 44 #include "TComMv.h" 45 #if VSP_N 46 #include "TComSlice.h" 47 #endif 45 48 46 49 //! \ingroup TLibCommon … … 59 62 60 63 // ==================================================================================================================== 61 #if QC_MULTI_DIS_CAN 64 #if QC_MULTI_DIS_CAN_A0097 62 65 typedef struct _DisCand 63 66 { … … 94 97 Int getHor () const { return m_acMv.getHor(); } 95 98 Int getVer () const { return m_acMv.getVer(); } 99 #if QC_MRG_CANS_B0048 100 Bool operator== ( const TComMvField& rcMv ) const 101 { 102 return (m_acMv.getHor()==rcMv.getHor() && m_acMv.getVer()==rcMv.getVer() && m_iRefIdx == rcMv.getRefIdx()); 103 } 104 #endif 96 105 }; 97 106 … … 169 178 Void decreaseMvAccuracy( Int iPartAddr, Int iNumPart, Int iShift ); 170 179 #endif 180 181 #if MTK_UNCONSTRAINED_MVI_B0083 182 Void setUndefinedMv( Int iPartAddr, Int iNumPart, Char* pePredMode, UChar* puhInterDir, Int refIdx, Int InterDir 183 #if NTT_FIX_UNCONSTRAINED_MVI 184 , Int iNumRefIdx 185 #endif 186 ); 187 #endif 171 188 }; 172 189
Note: See TracChangeset for help on using the changeset viewer.