Changeset 1191 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 03:51:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp ¶
r1184 r1191 1221 1221 } 1222 1222 1223 #if SVC_EXTENSION 1223 1224 #if POC_RESET_IDC_DECODER 1224 1225 m_parseIdc = -1; 1225 1226 #endif 1226 1227 1227 1228 #if R0226_SLICE_TMVP 1229 if ( m_apcSlicePilot->getTLayer() == 0 && m_apcSlicePilot->getEnableTMVPFlag() == 0 ) 1228 if( m_apcSlicePilot->getTLayer() == 0 && m_apcSlicePilot->getEnableTMVPFlag() == 0 ) 1230 1229 { 1231 1230 //update all pics in the DPB such that they cannot be used for TMPV ref 1232 TComList<TComPic*>::iterator iterRefPic = m_cListPic.begin(); 1231 TComList<TComPic*>::iterator iterRefPic = m_cListPic.begin(); 1232 1233 1233 while( iterRefPic != m_cListPic.end() ) 1234 1234 { … … 1236 1236 if( ( refPic->getLayerId() == m_apcSlicePilot->getLayerId() ) && refPic->getReconMark() ) 1237 1237 { 1238 for( Int i = refPic->getNumAllocatedSlice()-1; i >= 0; i--)1238 for( Int i = refPic->getNumAllocatedSlice()-1; i >= 0; i-- ) 1239 1239 { 1240 1240 … … 1861 1861 1862 1862 assert( refPic ); 1863 #if R0226_SLICE_TMVP1864 1863 assert ( refPic->getPicSym()->getSlice(0)->getAvailableForTMVPRefFlag() == true ); 1865 #endif1866 1864 1867 1865 // It is a requirement of bitstream conformance when the collocated picture, used for temporal motion vector prediction, is an inter-layer reference picture,
Note: See TracChangeset for help on using the changeset viewer.