Changeset 372 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib
- Timestamp:
- 3 May 2013, 17:50:04 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r368 r372 314 314 m_apcSlicePilot->setPPS(pps); 315 315 m_apcSlicePilot->setSPS(sps); 316 #if H_MV 317 m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder.getActiveVPS() ); 318 #endif 316 319 pps->setSPS(sps); 317 320 pps->setNumSubstreams(pps->getEntropyCodingSyncEnabledFlag() ? ((sps->getPicHeightInLumaSamples() + sps->getMaxCUHeight() - 1) / sps->getMaxCUHeight()) * (pps->getNumColumnsMinus1() + 1) : 1); -
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCfg.h
r368 r372 97 97 #if H_MV 98 98 ::memset( m_interViewRefs, 0, sizeof(m_interViewRefs) ); 99 ::memset( m_interViewRefPosL[0], -1, sizeof(m_interViewRefPosL[0]) ); ::memset( m_interViewRefPosL[1], -1, sizeof(m_interViewRefPosL[1]) ); 99 ::memset( m_interViewRefPosL[0], -1, sizeof(m_interViewRefPosL[0]) ); 100 ::memset( m_interViewRefPosL[1], -1, sizeof(m_interViewRefPosL[1]) ); 100 101 #endif 101 102 }
Note: See TracChangeset for help on using the changeset viewer.