Ignore:
Timestamp:
30 Apr 2013, 03:53:05 (12 years ago)
Author:
samsung-htm
Message:

D0122 Integration (Reupload)

Location:
branches/HTM-6.2-dev1-Samsung/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.cpp

    r332 r348  
    53225322 */
    53235323#if H3D_IVMP
     5324#if SEC_TWO_CANDIDATES_FOR_AMVP_D0122
    53245325Void TComDataCU::fillMvpCand ( UInt uiPartIdx, UInt uiPartAddr, RefPicList eRefPicList, Int iRefIdx, AMVPInfo* pInfo, Int iMVPIdx)
    53255326{
     5327    fillMvpCandBase(uiPartIdx, uiPartAddr, eRefPicList, iRefIdx, pInfo);
     5328}
     5329#else
     5330Void TComDataCU::fillMvpCand ( UInt uiPartIdx, UInt uiPartAddr, RefPicList eRefPicList, Int iRefIdx, AMVPInfo* pInfo, Int iMVPIdx)
     5331{
     5332
    53265333  if (!m_pcSlice->getSPS()->getViewId() || !m_pcSlice->getSPS()->getMultiviewMvPredMode())
    53275334  {
     
    54025409  }
    54035410}
     5411#endif
    54045412
    54055413
  • branches/HTM-6.2-dev1-Samsung/source/Lib/TLibCommon/TypeDef.h

    r332 r348  
    8484                                              // QC_C0051_FIXED_BY_MTK             1   // Bug fix for C0051 implementation
    8585                                              // QC_AMVP_MRG_UNIFY_IVCAN_C0051     1
     86#define SEC_TWO_CANDIDATES_FOR_AMVP_D0122 1   // SEC_TWO_CANDIDATES_FOR_AMVP_D0122, fixing # of AMVP candidates 3 to 2
    8687
    8788
Note: See TracChangeset for help on using the changeset viewer.