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/TDecSlice.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 *
     
    5858// ====================================================================================================================
    5959
     60class TDecConformanceCheck;
     61
    6062/// slice decoder class
    6163class TDecSlice
     
    6567  TDecEntropy*    m_pcEntropyDecoder;
    6668  TDecCu*         m_pcCuDecoder;
     69  TDecConformanceCheck *m_pDecConformanceCheck;
    6770
    6871  TDecSbac        m_lastSliceSegmentEndContextState;    ///< context storage for state at the end of the previous slice-segment (used for dependent slices only).
     
    7376  virtual ~TDecSlice();
    7477
    75   Void  init              ( TDecEntropy* pcEntropyDecoder, TDecCu* pcMbDecoder );
     78  Void  init              ( TDecEntropy* pcEntropyDecoder, TDecCu* pcMbDecoder, TDecConformanceCheck *pDecConformanceCheck );
    7679  Void  create            ();
    7780  Void  destroy           ();
Note: See TracChangeset for help on using the changeset viewer.