Changeset 330 in SHVCSoftware for branches/SHM-3.0-dev
- Timestamp:
- 7 Aug 2013, 23:52:12 (11 years ago)
- Location:
- branches/SHM-3.0-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r321 r330 1731 1731 } 1732 1732 1733 #if SVC_EXTENSION1734 m_maxDecPicBuffering[m_GOPList[i].m_temporalId] += 1; // it should be updated if more than 1 resampling picture is used1735 #endif1736 1737 1733 Int highestDecodingNumberWithLowerPOC = 0; 1738 1734 for(Int j=0; j<m_iGOPSize; j++) -
branches/SHM-3.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r324 r330 242 242 243 243 m_iMaxRefPicNum = pcSlice->getSPS()->getMaxDecPicBuffering(pcSlice->getTLayer()); // m_uiMaxDecPicBuffering has the space for the picture currently being decoded 244 245 #if SVC_EXTENSION 246 m_iMaxRefPicNum += 1; // it should be updated if more than 1 resampling picture is used 247 #endif 248 244 249 if (m_cListPic.size() < (UInt)m_iMaxRefPicNum) 245 250 {
Note: See TracChangeset for help on using the changeset viewer.