Changeset 1204 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Jul 2015, 21:01:37 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1203 r1204 2313 2313 Bool isRASL() { return (m_eNalUnitType == NAL_UNIT_CODED_SLICE_RASL_N || m_eNalUnitType == NAL_UNIT_CODED_SLICE_RASL_R); } 2314 2314 2315 #if POC_RESET_RESTRICTIONS2316 2315 Bool isIDR() { return (m_eNalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL 2317 2316 || m_eNalUnitType == NAL_UNIT_CODED_SLICE_IDR_N_LP); } … … 2328 2327 || m_eNalUnitType == NAL_UNIT_RESERVED_VCL_N12 2329 2328 || m_eNalUnitType == NAL_UNIT_RESERVED_VCL_N14 ); } 2330 #endif 2329 2331 2330 Bool getDiscardableFlag () { return m_bDiscardableFlag; } 2332 2331 Void setDiscardableFlag (Bool b) { m_bDiscardableFlag = b; } -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1203 r1204 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_RESTRICTIONS 1 ///< Restrictions on semantics of POC reset-related syntax elements, including one item from R022349 48 #define POC_RESET_VALUE_RESTRICTION 1 ///< R0223: Restriction on the value of full_poc_reset_flag 50 49 #define BSP_INIT_ARRIVAL_SEI 1 ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag
Note: See TracChangeset for help on using the changeset viewer.