Changeset 620 in SHVCSoftware


Ignore:
Timestamp:
21 Feb 2014, 19:01:36 (11 years ago)
Author:
qualcomm
Message:

Bug-fix in r612 and other bug-fix in SHM in case of IDR refresh.

From: Adarsh K. Ramasubramonian <aramasub@…>

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  
    13891389  Int i, isReference;
    13901390
     1391#if !ALIGNED_BUMPING
    13911392  checkLeadingPictureRestrictions(rcListPic);
     1393#endif
    13921394
    13931395  // loop through all pictures in the reference picture buffer
     
    34053407    //set reference picture POC of each ILP reference
    34063408    Int thePoc = ilpPic[refLayerIdc]->getPOC();
    3407     assert(thePoc >= 0);
    34083409    assert(thePoc == pcRefPicBL->getPOC());
    34093410
  • branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r613 r620  
    11511151#if !ALIGNED_BUMPING
    11521152    m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS());
     1153#else
     1154    m_apcSlicePilot->checkLeadingPictureRestrictions(m_cListPic);
    11531155#endif
    11541156    //  Get a new picture buffer
  • branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r595 r620  
    928928      pcSlice->createExplicitReferencePictureSetFromReference(rcListPic, pcSlice->getRPS(), pcSlice->isIRAP());
    929929    }
     930#if ALIGNED_BUMPING
     931    pcSlice->checkLeadingPictureRestrictions(rcListPic);
     932#endif
    930933    pcSlice->applyReferencePictureSet(rcListPic, pcSlice->getRPS());
    931934
Note: See TracChangeset for help on using the changeset viewer.