Changeset 348 in 3DVCSoftware for branches/HTM-6.2-dev1-Samsung/source/Lib/TLibDecoder
- Timestamp:
- 30 Apr 2013, 03:53:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev1-Samsung/source/Lib/TLibDecoder/TDecEntropy.cpp
r332 r348 479 479 { 480 480 #if H3D_IVMP 481 #if SEC_TWO_CANDIDATES_FOR_AMVP_D0122 482 const Int iNumAMVPCands = AMVP_MAX_NUM_CANDS; 483 #else 481 484 const Int iNumAMVPCands = AMVP_MAX_NUM_CANDS + ( pcSubCU->getSlice()->getSPS()->getMultiviewMvPredMode() ? 1 : 0 ); 485 #endif 482 486 m_pcEntropyDecoderIf->parseMVPIdx( iMVPIdx, iNumAMVPCands ); 483 487 #else
Note: See TracChangeset for help on using the changeset viewer.