Changeset 888 in SHVCSoftware
- Timestamp:
- 17 Sep 2014, 02:45:59 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r887 r888 44 44 #define MAX_LAYERS 8 ///< max number of layers the codec is supposed to handle 45 45 46 #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 0 46 47 #define CROSS_LAYER_BLA_FLAG_FIX 1 ///< Fix for earlier implementation mistake that omit the signalling of cross_layer_bla_flag 47 48 #define NON_REF_NAL_TYPE_DISCARDABLE 1 ///< JCTVC-P0041 -- If discardable picture is a non-IRAP, it must be a non-referenced sub-layer picture … … 133 134 #define UNAVAILABLE_PIC_BUGFIX 1 134 135 #endif 136 #if INFERENCE_POC_MSB_VAL_PRESENT 137 #define POC_MSB_VAL_PRESENT_FLAG_SEM 0 ///< JCTVC-Q0146: Inference of poc_msb_val_present_flag 138 #else 135 139 #define POC_MSB_VAL_PRESENT_FLAG_SEM 1 ///< JCTVC-Q0146: Inference of poc_msb_val_present_flag 140 #endif 136 141 #define POC_RESET_INFO_INFERENCE 1 ///< JCTVC-Q0146: Infer the value of poc_reset_info_present_flag when not present 137 142 #define NO_OUTPUT_OF_PRIOR_PICS 1 ///< Use no_output_of_prior_pics_flag -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r887 r888 3570 3570 { 3571 3571 sliceHeaderExtensionLength = 0; 3572 #if INFERENCE_POC_MSB_VAL_PRESENT 3573 rpcSlice->setPocMsbValPresentFlag( false ); 3574 #endif 3572 3575 } 3573 3576 UInt startBits = m_pcBitstream->getNumBitsRead(); // Start counter of # SH Extn bits
Note: See TracChangeset for help on using the changeset viewer.