Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibCommon/TComPicYuv.cpp
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibCommon/TComPicYuv.cpp
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 93 93 m_picHeight = picHeight; 94 94 95 #if NH_3D _IV_MERGE95 #if NH_3D 96 96 m_iCuWidth = maxCUWidth; 97 97 m_iCuHeight = maxCUHeight; … … 141 141 createWithoutCUInfo(picWidth, picHeight, chromaFormatIDC, bUseMargin, maxCUWidth, maxCUHeight); 142 142 143 #if NH_3D _IV_MERGE143 #if NH_3D 144 144 m_iBaseUnitWidth = maxCUWidth >> maxCUDepth; 145 145 m_iBaseUnitHeight = maxCUHeight >> maxCUDepth; … … 350 350 fclose(pFile); 351 351 } 352 #if NH_3D _IV_MERGE352 #if NH_3D 353 353 Void 354 354 TComPicYuv::getTopLeftSamplePos( Int iCuAddr, Int iAbsZorderIdx, Int& riX, Int& riY )
Note: See TracChangeset for help on using the changeset viewer.