Changeset 348 in 3DVCSoftware for branches/HTM-6.2-dev1-Samsung/source/Lib/TLibEncoder/TEncEntropy.cpp
- 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/TLibEncoder/TEncEntropy.cpp
r332 r348 1351 1351 { 1352 1352 #if H3D_IVMP 1353 #if SEC_TWO_CANDIDATES_FOR_AMVP_D0122 1354 const Int iNumCands = AMVP_MAX_NUM_CANDS; 1355 #else 1353 1356 const Int iNumCands = AMVP_MAX_NUM_CANDS + ( pcCU->getSlice()->getSPS()->getMultiviewMvPredMode() ? 1 : 0 ); 1357 #endif 1354 1358 m_pcEntropyCoderIf->codeMVPIdx( pcCU, uiAbsPartIdx, eRefList, iNumCands ); 1355 1359 #else
Note: See TracChangeset for help on using the changeset viewer.