Ignore:
Timestamp:
9 Nov 2015, 21:13:05 (8 years ago)
Author:
tech
Message:

Macro cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/SEI.h

    r1362 r1374  
    4444
    4545
    46 #if NH_MV_SEI
     46#if NH_MV
    4747#include "TAppCommon/program_options_lite.h"
    4848using namespace std;
     
    5353//! \{
    5454class TComSPS;
    55 #if NH_MV_SEI
     55#if NH_MV
    5656class TComSlice;
    5757class SEIScalableNesting;
     
    9797    KNEE_FUNCTION_INFO                   = 141,
    9898    COLOUR_REMAPPING_INFO                = 142,
    99 #if NH_MV_SEI
    10099    DEINTERLACED_FIELD_IDENTIFICATION         = 143,
    101100    LAYERS_NOT_PRESENT                        = 160,
     
    116115    ,ALTERNATIVE_DEPTH_INFO                    = 181
    117116#endif
    118 #endif
    119117
    120118  };
     
    133131  virtual PayloadType payloadType() const = 0;
    134132
    135 #if NH_MV_SEI
     133#if NH_MV
    136134  virtual SEI*       getCopy( ) const;
    137135  static SEI*        getNewSEIMessage         ( SEI::PayloadType payloadType );
     
    551549};
    552550
    553 #if NH_MV
    554 #if !NH_MV_SEI
    555 class SEISubBitstreamProperty : public SEI
    556 {
    557 public:
    558   PayloadType payloadType() const { return SUB_BITSTREAM_PROPERTY; }
    559 
    560   SEISubBitstreamProperty():   m_activeVpsId(-1), m_numAdditionalSubStreams(0) {}
    561   virtual ~SEISubBitstreamProperty() {}
    562 
    563   Int  m_activeVpsId;
    564   Int  m_numAdditionalSubStreams;
    565   std::vector<Int>  m_subBitstreamMode;
    566   std::vector<Int>  m_outputLayerSetIdxToVps;
    567   std::vector<Int>  m_highestSublayerId;
    568   std::vector<Int>  m_avgBitRate;
    569   std::vector<Int>  m_maxBitRate;
    570 };
    571 #endif
    572 #endif
    573 
    574551typedef std::list<SEI*> SEIMessages;
    575552
     
    678655
    679656};
    680 #if NH_MV_SEI
    681 #if NH_MV_LAYERS_NOT_PRESENT_SEI
     657#if NH_MV
    682658class SEILayersNotPresent : public SEI
    683659{
     
    700676  }
    701677};
    702 #endif
    703678
    704679class SEIInterLayerConstrainedTileSets : public SEI
     
    943918};
    944919
    945 #if SEI_DRI_F0169
    946920class SEIDepthRepresentationInfo : public SEI
    947921{
     
    1012986        IntAry2d       m_depth_nonlinear_representation_model;
    1013987};
    1014 #endif
     988
    1015989
    1016990class SEIMultiviewSceneInfo : public SEI
Note: See TracChangeset for help on using the changeset viewer.