Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibEncoder/TEncPic.h
- 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.h
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 * … … 103 103 virtual ~TEncPic(); 104 104 105 #if REDUCED_ENCODER_MEMORY 106 Void create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth ); 107 #else 105 108 Void create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth, Bool bIsVirtual /* = false*/ ); 109 #endif 106 110 virtual Void destroy(); 107 111
Note: See TracChangeset for help on using the changeset viewer.