Changeset 620 in SHVCSoftware
- Timestamp:
- 21 Feb 2014, 19:01:36 (11 years ago)
- Location:
- branches/SHM-5.1-dev/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r597 r620 1389 1389 Int i, isReference; 1390 1390 1391 #if !ALIGNED_BUMPING 1391 1392 checkLeadingPictureRestrictions(rcListPic); 1393 #endif 1392 1394 1393 1395 // loop through all pictures in the reference picture buffer … … 3405 3407 //set reference picture POC of each ILP reference 3406 3408 Int thePoc = ilpPic[refLayerIdc]->getPOC(); 3407 assert(thePoc >= 0);3408 3409 assert(thePoc == pcRefPicBL->getPOC()); 3409 3410 -
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r613 r620 1151 1151 #if !ALIGNED_BUMPING 1152 1152 m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS()); 1153 #else 1154 m_apcSlicePilot->checkLeadingPictureRestrictions(m_cListPic); 1153 1155 #endif 1154 1156 // Get a new picture buffer -
branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r595 r620 928 928 pcSlice->createExplicitReferencePictureSetFromReference(rcListPic, pcSlice->getRPS(), pcSlice->isIRAP()); 929 929 } 930 #if ALIGNED_BUMPING 931 pcSlice->checkLeadingPictureRestrictions(rcListPic); 932 #endif 930 933 pcSlice->applyReferencePictureSet(rcListPic, pcSlice->getRPS()); 931 934
Note: See TracChangeset for help on using the changeset viewer.