Changeset 431 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 11 Oct 2013, 05:54:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.h
r414 r431 67 67 Int m_iMaxRefPicNum; 68 68 69 NalUnitType m_associatedIRAPType; ///< NAL unit type of the associated IRAP picture 69 70 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 picture71 71 Int m_pocRandomAccess; ///< POC number of the random access point (the first IDR or CRA picture) 72 72 … … 107 107 Bool m_bFirstSliceInSequence; 108 108 #endif 109 #if HM12_RANDOM_ACCESS110 109 Bool m_prevSliceSkipped; 111 110 Int m_skippedPOC; 112 #endif113 111 114 112 #if SVC_EXTENSION … … 122 120 fstream* m_pBLReconFile; 123 121 Int m_iBLSourceWidth; 124 Int m_iBLSourceHeight; 122 Int m_iBLSourceHeight; 125 123 #endif 126 124 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS … … 159 157 160 158 Void executeLoopFilters(Int& poc, TComList<TComPic*>*& rpcListPic); 159 #if SVC_EXTENSION 161 160 #if EARLY_REF_PIC_MARKING 162 161 Void earlyPicMarking(Int maxTemporalLayer, std::vector<Int>& targetDecLayerIdList); 163 162 #endif 164 165 #if SVC_EXTENSION166 163 UInt getLayerId () { return m_layerId; } 167 164 Void setLayerId (UInt layer) { m_layerId = layer; }
Note: See TracChangeset for help on using the changeset viewer.