Changeset 1290 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp
- Timestamp:
- 18 Jul 2015, 01:59:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp
r1289 r1290 117 117 const UInt uiTuHeight2 = uiTuHeight << 1; 118 118 119 const Int iBaseUnitSize = sps.getMaxCUWidth() >> g_uiMaxCUDepth;119 const Int iBaseUnitSize = sps.getMaxCUWidth() >> sps.getMaxTotalCUDepth(); 120 120 const Int iUnitWidth = iBaseUnitSize >> pcCU->getPic()->getPicYuvRec()->getComponentScaleX(compID); 121 121 const Int iUnitHeight = iBaseUnitSize >> pcCU->getPic()->getPicYuvRec()->getComponentScaleY(compID);
Note: See TracChangeset for help on using the changeset viewer.