Changeset 815 in SHVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-6-dev merged: 715-751,753-814
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-6-dev/source merged: 715-726,728-744,746-751,753-802,804-814
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r713 r815 162 162 Bool m_craNoRaslOutputFlag; //value of variable NoRaslOutputFlag of the last CRA pic 163 163 #endif 164 #if Q0177_EOS_CHECKS 165 Bool m_isLastNALWasEos; 166 #endif 164 167 165 168 #if SVC_EXTENSION … … 201 204 Bool m_firstPicInLayerDecodedFlag; 202 205 #endif 206 #if POC_RESET_IDC_DECODER 207 Int m_parseIdc; 208 Int m_lastPocPeriodId; 209 Int m_prevPicOrderCnt; 210 #endif 203 211 #if RESOLUTION_BASED_DPB 204 212 Int m_subDpbIdx; // Index to the sub-DPB that the layer belongs to. … … 241 249 #if EARLY_REF_PIC_MARKING 242 250 Void earlyPicMarking(Int maxTemporalLayer, std::vector<Int>& targetDecLayerIdList); 251 #endif 252 #if POC_RESET_IDC_DECODER 253 Int getParseIdc() { return m_parseIdc;} 254 Void setParseIdc(Int x) { m_parseIdc = x;} 255 Void markAllPicsAsNoCurrAu(); 256 257 Int getLastPocPeriodId() { return m_lastPocPeriodId; } 258 Void setLastPocPeriodId(Int x) { m_lastPocPeriodId = x; } 259 260 Int getPrevPicOrderCnt() { return m_prevPicOrderCnt; } 261 Void setPrevPicOrderCnt(Int const x) { m_prevPicOrderCnt = x; } 243 262 #endif 244 263 UInt getLayerId () { return m_layerId; }
Note: See TracChangeset for help on using the changeset viewer.