Changeset 1499 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 9 Dec 2015, 18:45:39 (10 years ago)
- File:
-
- 1 edited
-
branches/SHM-dev/source/Lib/TLibCommon/TComTU.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComTU.cpp
r1316 r1499 47 47 48 48 TComTU::TComTU(TComDataCU *pcCU, const UInt absPartIdxCU, const UInt cuDepth, const UInt initTrDepthRelCU) 49 #if SCALABLE_REXT 50 : mChromaFormat(pcCU->getSlice()->getChromaFormatIdc()), 51 #else 49 52 : mChromaFormat(pcCU->getSlice()->getSPS()->getChromaFormatIdc()), 53 #endif 50 54 mbProcessLastOfLevel(true), // does not matter. the top level is not 4 quadrants. 51 55 mCuDepth(cuDepth),
Note: See TracChangeset for help on using the changeset viewer.