Changeset 1205 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 21:02:42 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1204 r1205 46 46 #define MAX_LAYERS 8 ///< max number of layers the codec is supposed to handle 47 47 #define CONFORMANCE_BITSTREAM_MODE 1 ///< In order to generate the metadata related to conformance bitstreams 48 #define POC_RESET_VALUE_RESTRICTION 1 ///< R0223: Restriction on the value of full_poc_reset_flag49 48 #define BSP_INIT_ARRIVAL_SEI 1 ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag 50 49 -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1204 r1205 55 55 Bool TDecTop::m_picNonIdrWithRadlPresentFlag = false; 56 56 Bool TDecTop::m_picNonIdrNoLpPresentFlag = false; 57 #if POC_RESET_VALUE_RESTRICTION58 57 Int TDecTop::m_crossLayerPocResetPeriodId = -1; 59 58 Int TDecTop::m_crossLayerPocResetIdc = -1; 60 #endif61 59 #endif 62 60 … … 923 921 m_parseIdc = 0; 924 922 } 925 #if POC_RESET_VALUE_RESTRICTION 923 926 924 // Check if the POC Reset period ID matches with the Reset Period ID 927 925 if( pocResetPeriodId == m_crossLayerPocResetPeriodId ) … … 949 947 } 950 948 } 951 #endif952 949 } 953 950 else -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h
r1204 r1205 173 173 static Bool m_picNonIdrWithRadlPresentFlag; 174 174 static Bool m_picNonIdrNoLpPresentFlag; 175 #if POC_RESET_VALUE_RESTRICTION176 175 static Int m_crossLayerPocResetPeriodId; 177 176 static Int m_crossLayerPocResetIdc; 178 #endif179 177 #endif //SVC_EXTENSION 180 178
Note: See TracChangeset for help on using the changeset viewer.