Changeset 1093 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 2 Jul 2015, 21:00:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1092 r1093 2331 2331 Int m_activeNumILRRefIdx; //< Active inter-layer reference pictures 2332 2332 Int m_interLayerPredLayerIdc [MAX_VPS_LAYER_IDX_PLUS1]; 2333 #if POC_RESET_FLAG2334 Bool m_bPocResetFlag;2335 Int m_pocValueBeforeReset;2336 #endif2337 2333 Bool m_bDiscardableFlag; 2338 2334 #if O0149_CROSS_LAYER_BLA_FLAG … … 2478 2474 2479 2475 #if SVC_EXTENSION 2480 #if PREVTID0_POC_RESET2481 Void adjustPrevTid0POC (Int adj) { m_prevTid0POC=m_prevTid0POC-adj; }2482 #endif2483 2476 #if POC_RESET_IDC_DECODER 2484 2477 Void setPrevTid0POC( Int x ) { m_prevTid0POC = x; } … … 2676 2669 || m_eNalUnitType == NAL_UNIT_RESERVED_VCL_N14 ); } 2677 2670 #endif 2678 #if POC_RESET_FLAG2679 Bool getPocResetFlag () { return m_bPocResetFlag; }2680 Void setPocResetFlag (Bool b) { m_bPocResetFlag = b; }2681 Int getPocValueBeforeReset () { return m_pocValueBeforeReset; }2682 Void setPocValueBeforeReset (Int x) { m_pocValueBeforeReset = x ; }2683 #endif2684 2671 Bool getDiscardableFlag () { return m_bDiscardableFlag; } 2685 2672 Void setDiscardableFlag (Bool b) { m_bDiscardableFlag = b; }
Note: See TracChangeset for help on using the changeset viewer.