Ignore:
Timestamp:
26 Oct 2012, 21:38:14 (12 years ago)
Author:
sharpjp-htm
Message:

B0111: decoupling inter-view candidate in AMVP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev1-Sharp/source/Lib/TLibDecoder/TDecEntropy.cpp

    r100 r154  
    427427#endif
    428428  }
     429#if SHARP_INTERVIEW_DECOUPLE_B0111
     430  pcSubCU->fillMvpCand(uiPartIdx, uiPartAddr, eRefList, iRefIdx, pAMVPInfo, iMVPIdx);
     431#else
    429432  pcSubCU->fillMvpCand(uiPartIdx, uiPartAddr, eRefList, iRefIdx, pAMVPInfo);
     433#endif
    430434  pcSubCU->setMVPNumSubParts(pAMVPInfo->iN, eRefList, uiPartAddr, uiPartIdx, uiDepth);
    431435  pcSubCU->setMVPIdxSubParts( iMVPIdx, eRefList, uiPartAddr, uiPartIdx, uiDepth );
Note: See TracChangeset for help on using the changeset viewer.