Changeset 364 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 3 May 2013, 16:34:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r363 r364 93 93 } 94 94 95 96 95 Void TDecTop::init() 97 96 { … … 100 99 initROM(); 101 100 #endif 102 103 101 m_cGopDecoder.init( &m_cEntropyDecoder, &m_cSbacDecoder, &m_cBinCABAC, &m_cCavlcDecoder, &m_cSliceDecoder, &m_cLoopFilter, &m_cSAO); 104 102 m_cSliceDecoder.init( &m_cEntropyDecoder, &m_cCuDecoder ); … … 222 220 rpcListPic = &m_cListPic; 223 221 m_cCuDecoder.destroy(); 224 225 222 #if H_MV 226 223 TComSlice::markIvRefPicsAsShortTerm( m_refPicSetInterLayer ); 227 224 TComSlice::markIvRefPicsAsUnused ( m_ivPicLists, targetDecLayerIdSet, m_parameterSetManagerDecoder.getActiveVPS(), m_layerId, poc ); 228 225 #endif 229 230 226 m_bFirstSliceInPicture = true; 231 227 … … 380 376 m_apcSlicePilot->setLayerId( nalu.m_layerId ); 381 377 #endif 382 383 378 m_cEntropyDecoder.decodeSliceHeader (m_apcSlicePilot, &m_parameterSetManagerDecoder); 384 379
Note: See TracChangeset for help on using the changeset viewer.