Changeset 613 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon
- Timestamp:
- 12 Feb 2014, 02:02:26 (11 years ago)
- Location:
- branches/SHM-5.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.h
r610 r613 654 654 Bool m_recursiveRefLayerFlag[MAX_NUM_LAYER_IDS][MAX_NUM_LAYER_IDS]; // flag to indicate if j-th layer is a direct or indirect reference layer of i-th layer 655 655 #endif 656 #if SPS_DPB_PARAMS 657 Int m_TolsIdx; 658 #endif 656 659 #if VPS_DPB_SIZE_TABLE 657 660 Bool m_subLayerFlagInfoPresentFlag [MAX_VPS_OP_LAYER_SETS_PLUS1]; … … 745 748 TComPTL* getPTL() { return &m_pcPTL; } 746 749 TimingInfo* getTimingInfo() { return &m_timingInfo; } 750 751 #if SPS_DPB_PARAMS 752 Int getTolsIdx () { return m_TolsIdx; } 753 Void setTolsIdx ( Int value ) { m_TolsIdx = value; } 754 #endif 747 755 748 756 #if SVC_EXTENSION -
branches/SHM-5.1-dev/source/Lib/TLibCommon/TypeDef.h
r612 r613 228 228 #endif 229 229 #endif 230 #define SPS_DPB_PARAMS 1 ///< JCTVC-P0155 signaling & inferrence for sps dpb parameters for nuh_layer_id > 0 230 231 231 232 #define NO_CLRAS_OUTPUT_FLAG 1
Note: See TracChangeset for help on using the changeset viewer.