Changeset 1288 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 17 Jul 2015, 06:06:56 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncSlice.cpp
r1287 r1288 243 243 rpcSlice->setPic( pcPic ); 244 244 #if SVC_EXTENSION 245 const TComPPS* pPPS = &pcPic->getPicSym()->getPPS();246 247 245 UInt layerId = pcPic->getLayerId(); 248 246 rpcSlice->initSlice( layerId ); -
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1287 r1288 957 957 for (Int i = 0; i < min(m_cSPS.getMaxTLayers(),(UInt) MAX_TLAYER); i++ ) 958 958 { 959 #if SVC_EXTENSION 960 assert( i < MAX_TLAYER ); 961 #endif 959 962 m_cSPS.setMaxDecPicBuffering(m_maxDecPicBuffering[i], i); 960 963 m_cSPS.setNumReorderPics(m_numReorderPics[i], i); … … 1500 1503 Void TEncTop::xInitILRP() 1501 1504 { 1502 RepFormat *repFormat = m_cVPS.getVpsRepFormat( m_cSPS.getUpdateRepFormatFlag() ? m_cSPS.getUpdateRepFormatIndex() : m_cVPS.getVpsRepFormatIdx( m_cVPS.getLayerIdxInVps(m_layerId) ) );1503 1504 1505 if( m_layerId > 0 ) 1505 1506 {
Note: See TracChangeset for help on using the changeset viewer.