Ignore:
Timestamp:
2 Feb 2014, 04:51:29 (11 years ago)
Author:
seregin
Message:

update to HM-13.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncTop.h

    r574 r593  
    44 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2013, ITU/ISO/IEC
     6 * Copyright (c) 2010-2014, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    7373  UInt                    m_uiNumAllPicCoded;             ///< number of coded pictures
    7474  TComList<TComPic*>      m_cListPic;                     ///< dynamic list of pictures
    75 #if SVC_EXTENSION
    76   static Int              m_iSPSIdCnt;                    ///< next Id number for SPS   
    77   static Int              m_iPPSIdCnt;                    ///< next Id number for PPS   
    78 #if AVC_SYNTAX
    79   fstream*                m_pBLSyntaxFile;
    80 #endif
    81 #endif
    82  
     75 
    8376  // encoder search
    8477  TEncSearch              m_cSearch;                      ///< encoder search class
     
    130123 
    131124#if SVC_EXTENSION
    132 
     125  static Int              m_iSPSIdCnt;                    ///< next Id number for SPS   
     126  static Int              m_iPPSIdCnt;                    ///< next Id number for PPS   
     127#if AVC_SYNTAX
     128  fstream*                m_pBLSyntaxFile;
     129#endif
    133130  TEncTop**               m_ppcTEncTop;
    134131  TEncTop*                getLayerEnc(UInt layer)   { return m_ppcTEncTop[layer]; }
     
    163160  Void  xInitRPS          (Bool isFieldCoding);           ///< initialize PPS from encoder options
    164161#if SVC_EXTENSION
    165   Void xInitILRP();
     162  Void  xInitILRP();
    166163#endif
    167164public:
     
    210207  Int getReferencePictureSetIdxForSOP(TComSlice* slice, Int POCCurr, Int GOPid );
    211208  TComScalingList*        getScalingList        () { return  &m_scalingList;         }
     209  // -------------------------------------------------------------------------------------------------------------------
     210  // encoder function
     211  // -------------------------------------------------------------------------------------------------------------------
     212
     213  /// encode several number of pictures until end-of-sequence
    212214#if SVC_EXTENSION
    213215  Void                    setLayerEnc(TEncTop** p) {m_ppcTEncTop = p;}
     
    224226#endif
    225227  Window&  getScaledRefLayerWindow(Int x)            { return m_scaledRefLayerWindow[x]; }
    226 #endif //SVC_EXTENSION
    227 
    228   // -------------------------------------------------------------------------------------------------------------------
    229   // encoder function
    230   // -------------------------------------------------------------------------------------------------------------------
    231 
    232   /// encode several number of pictures until end-of-sequence
    233 #if SVC_EXTENSION
    234228  TComPic** getIlpList() { return m_cIlpPic; }
    235229#if REF_IDX_MFM
     
    281275
    282276#endif // __TENCTOP__
     277
Note: See TracChangeset for help on using the changeset viewer.