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


Ignore:
Timestamp:
27 Jan 2014, 18:33:04 (11 years ago)
Author:
seregin
Message:

rename layers present SEI to layers not present SEI

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

Legend:

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

    r442 r567  
    7272    SCALABLE_NESTING                     = 133,
    7373    REGION_REFRESH_INFO                  = 134,
    74 #if M0043_LAYERS_PRESENT_SEI
    75     LAYERS_PRESENT                       = 137,
     74#if LAYERS_NOT_PRESENT_SEI
     75    LAYERS_NOT_PRESENT                   = 137,
    7676#endif
    7777#if N0383_IL_CONSTRAINED_TILE_SETS_SEI
     
    319319};
    320320
    321 #if M0043_LAYERS_PRESENT_SEI
    322 class SEILayersPresent : public SEI
    323 {
    324 public:
    325   PayloadType payloadType() const { return LAYERS_PRESENT; }
    326 
    327   SEILayersPresent() {}
    328   virtual ~SEILayersPresent() {}
     321#if LAYERS_NOT_PRESENT_SEI
     322class SEILayersNotPresent : public SEI
     323{
     324public:
     325  PayloadType payloadType() const { return LAYERS_NOT_PRESENT; }
     326
     327  SEILayersNotPresent() {}
     328  virtual ~SEILayersNotPresent() {}
    329329
    330330  UInt m_activeVpsId;
    331331  UInt m_vpsMaxLayers;
    332   Bool m_layerPresentFlag[MAX_LAYERS];
     332  Bool m_layerNotPresentFlag[MAX_LAYERS];
    333333};
    334334#endif
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h

    r566 r567  
    178178
    179179#define VIEW_ID_RELATED_SIGNALING        1      ///< Introduce syntax elements view_id and view_id_val
    180 #define M0043_LAYERS_PRESENT_SEI         0      ///< JCTVC-M0043: add layers present SEI. Macro shall be equal to 0 according to the JCTVC-N0174 discussion. The code is to be removed.
     180#define LAYERS_NOT_PRESENT_SEI           1      ///< JCTVC-M0043: add layers not present SEI.
    181181#define N0383_IL_CONSTRAINED_TILE_SETS_SEI  1
    182182#define N0065_LAYER_POC_ALIGNMENT        1
Note: See TracChangeset for help on using the changeset viewer.