Changeset 1194 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 19:32:13 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1193 r1194 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 INFERENCE_POC_MSB_VAL_PRESENT 1 ///< JCTVC-Q0146 -- poc_msb_val_present_flag shall be equal to 0 when slice_header_extension_length is (inferred to be ) equal to 049 48 #define POC_RESET_RESTRICTIONS 1 ///< Restrictions on semantics of POC reset-related syntax elements, including one item from R0223 50 49 #define POC_RESET_VALUE_RESTRICTION 1 ///< R0223: Restriction on the value of full_poc_reset_flag -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1193 r1194 1912 1912 { 1913 1913 sliceHeaderExtensionLength = 0; 1914 #if INFERENCE_POC_MSB_VAL_PRESENT1915 1914 pcSlice->setPocMsbValPresentFlag( false ); 1916 #endif 1917 } 1915 } 1916 1918 1917 UInt startBits = m_pcBitstream->getNumBitsRead(); // Start counter of # SH Extn bits 1919 1918 if( sliceHeaderExtensionLength > 0 )
Note: See TracChangeset for help on using the changeset viewer.