Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibEncoder/TEncPic.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/TLibEncoder/TEncPic.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 * … … 122 122 * \param bIsVirtual 123 123 */ 124 #if REDUCED_ENCODER_MEMORY 125 Void TEncPic::create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth ) 126 { 127 TComPic::create( sps, pps, true, false ); 128 #else 124 129 Void TEncPic::create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth, Bool bIsVirtual ) 125 130 { 126 131 TComPic::create( sps, pps, bIsVirtual ); 132 #endif 127 133 const Int iWidth = sps.getPicWidthInLumaSamples(); 128 134 const Int iHeight = sps.getPicHeightInLumaSamples();
Note: See TracChangeset for help on using the changeset viewer.