Changeset 1386 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComMotionInfo.h
- Timestamp:
- 13 Nov 2015, 16:29:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComMotionInfo.h
r1321 r1386 57 57 typedef struct _AMVPInfo 58 58 { 59 TComMv m_acMvCand[ AMVP_MAX_NUM_CANDS _MEM]; ///< array of motion vector predictor candidates59 TComMv m_acMvCand[ AMVP_MAX_NUM_CANDS ]; ///< array of motion vector predictor candidates 60 60 Int iN; ///< number of motion vector predictor candidates 61 61 } AMVPInfo; … … 122 122 TComMv* m_pcMv; 123 123 TComMv* m_pcMvd; 124 Char*m_piRefIdx;124 SChar* m_piRefIdx; 125 125 UInt m_uiNumPartition; 126 126 AMVPInfo m_cAMVPInfo; … … 188 188 } 189 189 190 Void compress( Char* pePredMode, Int scale);190 Void compress(SChar* pePredMode, Int scale); 191 191 #if NH_MV 192 Void print ( Char* pePredMode);192 Void print (SChar* pePredMode); 193 193 #endif 194 194 };
Note: See TracChangeset for help on using the changeset viewer.