Changeset 502 in SHVCSoftware for branches/SHM-4.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
20 Nov 2013, 02:32:16 (11 years ago)
Author:
etri
Message:

Add chroma and bit-depth control flag in representation format.(JCTVC-O0179)

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  
    436436class RepFormat
    437437{
     438#if REPN_FORMAT_CONTROL_FLAG
     439  Bool m_chromaAndBitDepthVpsPresentFlag;
     440#endif
    438441#if AUXILIARY_PICTURES
    439442  ChromaFormat m_chromaFormatVpsIdc;
     
    449452public:
    450453  RepFormat();
     454
     455#if REPN_FORMAT_CONTROL_FLAG
     456  Bool getChromaAndBitDepthVpsPresentFlag() { return m_chromaAndBitDepthVpsPresentFlag; }
     457  void setChromaAndBitDepthVpsPresentFlag(Bool x) { m_chromaAndBitDepthVpsPresentFlag = x; }
     458#endif
    451459
    452460#if AUXILIARY_PICTURES
  • branches/SHM-4.1-dev/source/Lib/TLibCommon/TypeDef.h

    r494 r502  
    5757#define ALIGN_TSA_STSA_PICS              1      ///< JCTVC-N0084: Alignment of TSA and STSA pictures across AU.
    5858#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
    5962#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
    6063#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.