Changeset 502 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibCommon
- Timestamp:
- 20 Nov 2013, 02:32:16 (11 years ago)
- Location:
- branches/SHM-4.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibCommon/TComSlice.h
r494 r502 436 436 class RepFormat 437 437 { 438 #if REPN_FORMAT_CONTROL_FLAG 439 Bool m_chromaAndBitDepthVpsPresentFlag; 440 #endif 438 441 #if AUXILIARY_PICTURES 439 442 ChromaFormat m_chromaFormatVpsIdc; … … 449 452 public: 450 453 RepFormat(); 454 455 #if REPN_FORMAT_CONTROL_FLAG 456 Bool getChromaAndBitDepthVpsPresentFlag() { return m_chromaAndBitDepthVpsPresentFlag; } 457 void setChromaAndBitDepthVpsPresentFlag(Bool x) { m_chromaAndBitDepthVpsPresentFlag = x; } 458 #endif 451 459 452 460 #if AUXILIARY_PICTURES -
branches/SHM-4.1-dev/source/Lib/TLibCommon/TypeDef.h
r494 r502 57 57 #define ALIGN_TSA_STSA_PICS 1 ///< JCTVC-N0084: Alignment of TSA and STSA pictures across AU. 58 58 #define REPN_FORMAT_IN_VPS 1 ///< JCTVC-N0092: Signal represenation format (spatial resolution, bit depth, colour format) in the VPS 59 #if REPN_FORMAT_IN_VPS 60 #define REPN_FORMAT_CONTROL_FLAG 1 ///< JCTVC-O0179: Add control flag in representation format to control sending of chroma and bitdepth parameters 61 #endif 59 62 #define TIMING_INFO_NONZERO_LAYERID_SPS 1 ///< JCTVC-N0085: Semantics of vui_timing_info_present_flag to always set that flag to zero for non-zero layer ID SPS 60 63 #define RPL_INIT_N0316_N0082 1 ///< JCTVC-N0316, JCTVC-N0082: initial reference picture list construction
Note: See TracChangeset for help on using the changeset viewer.