Ignore:
Timestamp:
12 Apr 2018, 11:12:21 (7 years ago)
Author:
tech
Message:
  • Update HM-16.18
  • Cleanups
  • Encoder Extension

-- Representation formats
-- Parameter set sharing
-- GOP configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.2-dev/source/Lib/TLibEncoder/TEncPic.cpp

    r1405 r1412  
    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.