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/TLibDecoder/TDecTop.h

    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 *
     
    5252#include "TDecCAVLC.h"
    5353#include "SEIread.h"
     54#include "TDecConformance.h"
    5455
    5556class InputNALUnit;
     
    204205  TComLoopFilter          m_cLoopFilter;
    205206  TComSampleAdaptiveOffset m_cSAO;
     207  TDecConformanceCheck    m_conformanceCheck;
    206208
    207209  Bool isSkipPictureForBLA(Int& iPOCLastDisplay);
     
    236238#endif
    237239
     240#if MCTS_ENC_CHECK
     241  Bool                    m_tmctsCheckEnabled;
     242
     243#endif
     244
    238245#if NH_MV
    239246  // Class interface
     
    286293
    287294  Void setDecodedPictureHashSEIEnabled(Int enabled) { m_cGopDecoder.setDecodedPictureHashSEIEnabled(enabled); }
    288 
     295#if MCTS_ENC_CHECK
     296  Void setTMctsCheckEnabled(Bool enabled) { m_tmctsCheckEnabled = enabled; }
     297#endif
    289298  Void  init();
    290299#if !NH_MV
     
    405414
    406415  Void      xParsePrefixSEImessages();
     416#if MCTS_ENC_CHECK
     417  Void      xAnalysePrefixSEImessages();
     418#endif
    407419  Void      xParsePrefixSEIsForUnknownVCLNal();
    408420
Note: See TracChangeset for help on using the changeset viewer.