Changeset 1386 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComMotionInfo.h


Ignore:
Timestamp:
13 Nov 2015, 16:29:39 (9 years ago)
Author:
tech
Message:

Merged 15.1-dev1@1381.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComMotionInfo.h

    r1321 r1386  
    5757typedef struct _AMVPInfo
    5858{
    59   TComMv m_acMvCand[ AMVP_MAX_NUM_CANDS_MEM ];  ///< array of motion vector predictor candidates
     59  TComMv m_acMvCand[ AMVP_MAX_NUM_CANDS ];  ///< array of motion vector predictor candidates
    6060  Int    iN;                                ///< number of motion vector predictor candidates
    6161} AMVPInfo;
     
    122122  TComMv*   m_pcMv;
    123123  TComMv*   m_pcMvd;
    124   Char*     m_piRefIdx;
     124  SChar*    m_piRefIdx;
    125125  UInt      m_uiNumPartition;
    126126  AMVPInfo  m_cAMVPInfo;
     
    188188  }
    189189 
    190   Void compress(Char* pePredMode, Int scale);
     190  Void compress(SChar* pePredMode, Int scale);
    191191#if NH_MV
    192   Void print   (Char* pePredMode);
     192  Void print   (SChar* pePredMode);
    193193#endif
    194194};
Note: See TracChangeset for help on using the changeset viewer.