Changeset 926 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon
- Timestamp:
- 10 Dec 2014, 02:35:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibCommon/TComDataCU.cpp
r916 r926 326 326 TComSlice * pcSlice = pcPic->getSlice(pcPic->getCurrSliceIdx()); 327 327 328 #if REPN_FORMAT_IN_VPS 329 const UInt picWidth = pcSlice->getPicWidthInLumaSamples(); 330 const UInt picHeight = pcSlice->getPicHeightInLumaSamples(); 331 #else 328 332 const UInt picWidth = pcSlice->getSPS()->getPicWidthInLumaSamples(); 329 333 const UInt picHeight = pcSlice->getSPS()->getPicHeightInLumaSamples(); 334 #endif 330 335 const UInt granularityWidth = g_uiMaxCUWidth; 331 336
Note: See TracChangeset for help on using the changeset viewer.