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


Ignore:
Timestamp:
6 Jun 2014, 20:36:57 (11 years ago)
Author:
seregin
Message:

remove SPS_EXTENSION

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

Legend:

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

    r791 r795  
    29132913#if SVC_EXTENSION
    29142914, m_layerId                   ( 0 )
     2915, m_extensionFlag             ( false )
    29152916, m_numScaledRefLayerOffsets  ( 0 )
    29162917#if REPN_FORMAT_IN_VPS
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h

    r791 r795  
    14931493#if SVC_EXTENSION
    14941494  UInt        m_layerId;
     1495  Bool        m_extensionFlag;
    14951496  UInt        m_numScaledRefLayerOffsets;
    14961497#if P0312_VERT_PHASE_ADJ
     
    16511652  Void     setLayerId(UInt layerId)            { m_layerId = layerId; }
    16521653  UInt     getLayerId()                        { return m_layerId;    }
     1654  Int      getExtensionFlag()                  { return m_extensionFlag;  }
     1655  Void     setExtensionFlag(Int n)             { m_extensionFlag = n;     }
    16531656  UInt     getNumScaledRefLayerOffsets()       { return m_numScaledRefLayerOffsets; }
    16541657  Void     setNumScaledRefLayerOffsets(Int x)  { m_numScaledRefLayerOffsets = x;    }
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r794 r795  
    112112
    113113#define SCALINGLIST_INFERRING            1      ///< JCTVC-N0371: inter-layer scaling list
    114 #define SPS_EXTENSION                    1      ///< Define sps_extension() syntax structure
    115 #if SPS_EXTENSION
    116114#define O0142_CONDITIONAL_SPS_EXTENSION  1      ///< JCTVC-O0142: Conditional SPS extension
    117 #endif
    118115#define SCALABILITY_MASK_E0104           1      ///< JCT3V-E0104: scalability mask for depth
    119116#if POC_RESET_FLAG
Note: See TracChangeset for help on using the changeset viewer.