Ignore:
Timestamp:
11 Oct 2013, 05:54:02 (11 years ago)
Author:
seregin
Message:

initial porting of HM12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.h

    r414 r431  
    6767  Int                     m_iMaxRefPicNum;
    6868 
     69  NalUnitType             m_associatedIRAPType; ///< NAL unit type of the associated IRAP picture
    6970  Int                     m_pocCRA;            ///< POC number of the latest CRA picture
    70   Bool                    m_prevRAPisBLA;      ///< true if the previous RAP (CRA/CRANT/BLA/BLANT/IDR) picture is a BLA/BLANT picture
    7171  Int                     m_pocRandomAccess;   ///< POC number of the random access point (the first IDR or CRA picture)
    7272
     
    107107  Bool                    m_bFirstSliceInSequence;
    108108#endif
    109 #if HM12_RANDOM_ACCESS
    110109  Bool                    m_prevSliceSkipped;
    111110  Int                     m_skippedPOC;
    112 #endif
    113111
    114112#if SVC_EXTENSION
     
    122120  fstream*                m_pBLReconFile;
    123121  Int                     m_iBLSourceWidth;
    124   Int                     m_iBLSourceHeight;
     122  Int                     m_iBLSourceHeight; 
    125123#endif
    126124#if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS
     
    159157
    160158  Void executeLoopFilters(Int& poc, TComList<TComPic*>*& rpcListPic);
     159#if SVC_EXTENSION
    161160#if EARLY_REF_PIC_MARKING
    162161  Void earlyPicMarking(Int maxTemporalLayer, std::vector<Int>& targetDecLayerIdList);
    163162#endif
    164 
    165 #if SVC_EXTENSION
    166163  UInt      getLayerId            () { return m_layerId;              }
    167164  Void      setLayerId            (UInt layer) { m_layerId = layer; }
Note: See TracChangeset for help on using the changeset viewer.