Changeset 1485 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 4 Nov 2015, 03:25:23 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPic.cpp
r1442 r1485 88 88 const Window& conformanceWindow = vps.getConformanceWindow( &sps, layerId ); 89 89 90 m_layerId = layerId; 91 90 92 m_picSym.create( vps, sps, pps, uiMaxDepth, layerId ); 91 93 -
branches/SHM-dev/source/Lib/TLibCommon/TComPicSym.cpp
r1443 r1485 121 121 allocateNewSlice(); 122 122 123 #if SVC_EXTENSION 124 m_apSlices.back()->setLayerId( layerId ); 125 #endif 126 123 127 #if ADAPTIVE_QP_SELECTION 124 128 if (m_pParentARLBuffer == NULL) -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1483 r1485 3594 3594 3595 3595 pcIlpPic[refLayerIdc]->getPicYuvRec()->setBorderExtension( false ); 3596 pcIlpPic[refLayerIdc]->getPicYuvRec()->extendPicBorder(); 3596 pcIlpPic[refLayerIdc]->getPicYuvRec()->extendPicBorder(); 3597 3597 pcIlpPic[refLayerIdc]->setIsLongTerm(true); 3598 3598
Note: See TracChangeset for help on using the changeset viewer.