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


Ignore:
Timestamp:
6 Oct 2014, 12:50:55 (11 years ago)
Author:
nokia
Message:

implementation for proposal JCTVC-R0042

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r894 r898  
    16631663  Bool        m_extensionFlag;
    16641664  UInt        m_numScaledRefLayerOffsets;
     1665#if R0042_PROFILE_INDICATION 
     1666  Int         m_NumDirectRefLayers;
     1667#endif
    16651668#if P0312_VERT_PHASE_ADJ
    16661669 Bool         m_vertPhasePositionEnableFlag[MAX_LAYERS];
     
    18301833  Int      getExtensionFlag()                  { return m_extensionFlag;  }
    18311834  Void     setExtensionFlag(Int n)             { m_extensionFlag = n;     }
     1835#if R0042_PROFILE_INDICATION
     1836  Int      getNumDirectRefLayers()                  { return  m_NumDirectRefLayers;  }
     1837  Void     setNumDirectRefLayers(Int n)             {  m_NumDirectRefLayers = n;     }
     1838#endif
    18321839#if !MOVE_SCALED_OFFSET_TO_PPS
    18331840  UInt     getNumScaledRefLayerOffsets()       { return m_numScaledRefLayerOffsets; }
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r894 r898  
    7575#define R0227_REP_FORMAT_CONSTRAINT      1      ///< JCTVC-R0227, Conformance checking such that representation format of a particular layer shall not be greater than the one defined in VPS for that layer
    7676#define R0227_BR_PR_ADD_LAYER_SET        1      ///< JCTVC-R0227, Signalling of bit-rate and picture rate for additional layer set
     77#define R0042_PROFILE_INDICATION         1      ///< JCTVC-R0042, Profile indication for additional layer sets
    7778
    7879#define Q0108_TSA_STSA                   1      ///< JCTVC-Q0108, Remove cross-layer alignment constraints of TSA and STSA pictures, enable to have different prediction structures in different layers
Note: See TracChangeset for help on using the changeset viewer.