Changeset 154 in 3DVCSoftware for branches/HTM-4.1-dev1-Sharp/source/Lib/TLibDecoder
- Timestamp:
- 26 Oct 2012, 21:38:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev1-Sharp/source/Lib/TLibDecoder/TDecEntropy.cpp
r100 r154 427 427 #endif 428 428 } 429 #if SHARP_INTERVIEW_DECOUPLE_B0111 430 pcSubCU->fillMvpCand(uiPartIdx, uiPartAddr, eRefList, iRefIdx, pAMVPInfo, iMVPIdx); 431 #else 429 432 pcSubCU->fillMvpCand(uiPartIdx, uiPartAddr, eRefList, iRefIdx, pAMVPInfo); 433 #endif 430 434 pcSubCU->setMVPNumSubParts(pAMVPInfo->iN, eRefList, uiPartAddr, uiPartIdx, uiDepth); 431 435 pcSubCU->setMVPIdxSubParts( iMVPIdx, eRefList, uiPartAddr, uiPartIdx, uiDepth );
Note: See TracChangeset for help on using the changeset viewer.