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

D0122 Integration (Reupload)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-Samsung/source/Lib/TLibDecoder/TDecEntropy.cpp

    r332 r348  
    479479  {
    480480#if H3D_IVMP
     481#if SEC_TWO_CANDIDATES_FOR_AMVP_D0122
     482    const Int iNumAMVPCands = AMVP_MAX_NUM_CANDS;
     483#else
    481484    const Int iNumAMVPCands = AMVP_MAX_NUM_CANDS + ( pcSubCU->getSlice()->getSPS()->getMultiviewMvPredMode() ? 1 : 0 );
     485#endif
    482486    m_pcEntropyDecoderIf->parseMVPIdx( iMVPIdx, iNumAMVPCands );
    483487#else
Note: See TracChangeset for help on using the changeset viewer.