Changeset 724 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComMotionInfo.h
- Timestamp:
- 30 Nov 2013, 12:29:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComMotionInfo.h
r622 r724 43 43 #include "CommonDef.h" 44 44 #include "TComMv.h" 45 46 45 //! \ingroup TLibCommon 47 46 //! \{ … … 51 50 // ==================================================================================================================== 52 51 52 #if MTK_SPIVMP_F0110 53 class TComDataCU; 54 #endif 53 55 /// parameters for AMVP 54 56 typedef struct _AMVPInfo … … 171 173 Void setAllRefIdx ( Int iRefIdx, PartSize eMbMode, Int iPartAddr, UInt uiDepth, Int iPartIdx=0 ); 172 174 Void setAllMvField( TComMvField const & mvField, PartSize eMbMode, Int iPartAddr, UInt uiDepth, Int iPartIdx=0 ); 175 #if MTK_SPIVMP_F0110 176 Void setMvFieldSP ( TComDataCU* pcCU, UInt uiAbsPartIdx, TComMvField cMvField, Int iWidth, Int iHeight ); 177 #endif 173 178 174 179 Void setNumPartition( Int iNumPart )
Note: See TracChangeset for help on using the changeset viewer.