Changeset 440 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib
- Timestamp:
- 17 Oct 2013, 21:22:34 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r431 r440 278 278 } 279 279 #if POC_RESET_FLAG 280 280 assert( pcPic->getSlice(0)->isReferenced() ); 281 281 #endif 282 282 return pcPic; -
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r434 r440 1159 1159 const Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc); 1160 1160 1161 1162 1161 Int widthBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth(); 1163 1162 Int heightBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight();
Note: See TracChangeset for help on using the changeset viewer.