Changeset 1413 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncPic.cpp


Ignore:
Timestamp:
11 Jul 2018, 15:19:49 (7 years ago)
Author:
tech
Message:

Merged HTM-16.2-dev@1412

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncPic.cpp

    r1405 r1413  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2016, ITU/ISO/IEC
     6 * Copyright (c) 2010-2017, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    122122 * \param bIsVirtual
    123123 */
     124#if REDUCED_ENCODER_MEMORY
     125Void TEncPic::create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth )
     126{
     127  TComPic::create( sps, pps, true, false );
     128#else
    124129Void TEncPic::create( const TComSPS &sps, const TComPPS &pps, UInt uiMaxAdaptiveQPDepth, Bool bIsVirtual )
    125130{
    126131  TComPic::create( sps, pps, bIsVirtual );
     132#endif
    127133  const Int  iWidth      = sps.getPicWidthInLumaSamples();
    128134  const Int  iHeight     = sps.getPicHeightInLumaSamples();
Note: See TracChangeset for help on using the changeset viewer.