Changeset 1181 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 02:53:47 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1180 r1181 48 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 0 49 49 #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 50 #define VPS_VUI_OFFSET 1 ///< N0085: Signal VPS VUI offset in the VPS extension51 50 #define POC_RESET_RESTRICTIONS 1 ///< Restrictions on semantics of POC reset-related syntax elements, including one item from R0223 52 51 #define POC_RESET_VALUE_RESTRICTION 1 ///< R0223: Restriction on the value of full_poc_reset_flag -
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1173 r1181 2353 2353 #endif 2354 2354 { 2355 //The following code also calculates the VPS VUI offset 2355 2356 #else 2356 2357 OutputNALUnit nalu(NAL_UNIT_VPS); 2357 #endif2358 #if VPS_VUI_OFFSET2359 // The following code also calculates the VPS VUI offset2360 2358 #endif 2361 2359 m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream);
Note: See TracChangeset for help on using the changeset viewer.