Changeset 622 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h


Ignore:
Timestamp:
11 Sep 2013, 14:40:25 (12 years ago)
Author:
tech
Message:

Merged 8.0-dev0@621 (MV-HEVC 5 HLS).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibDecoder/TDecTop.h

    r608 r622  
    216216  Int                     m_viewId;
    217217  TComPicLists*           m_ivPicLists;
     218#if H_MV5
     219  std::vector<TComPic*>   m_refPicSetInterLayer0;
     220  std::vector<TComPic*>   m_refPicSetInterLayer1;
     221#else
    218222  std::vector<TComPic*>   m_refPicSetInterLayer;
     223#endif
    219224#if H_3D
    220225  Int                     m_viewIndex;
     
    274279  TComPic*  xGetPic( Int layerId, Int poc );
    275280  Bool      xDecodeSlice(InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay, Bool newLayerFlag ); 
     281#if H_MV5
     282  Void      xResetPocInPicBuffer();
     283#endif
    276284#else
    277285  Bool      xDecodeSlice(InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay);
Note: See TracChangeset for help on using the changeset viewer.