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


Ignore:
Timestamp:
8 Jul 2015, 00:31:44 (9 years ago)
Author:
seregin
Message:

macro cleanup: VPS_EXTN_UEV_CODING

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

Legend:

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

    r1153 r1154  
    19601960#endif
    19611961, m_numProfileTierLevel       (0)
    1962 #if !VPS_EXTN_UEV_CODING
    1963 , m_moreOutputLayerSetsThanDefaultFlag (false)
    1964 #endif
    19651962, m_numAddOutputLayerSets     (0)
    19661963#if P0295_DEFAULT_OUT_LAYER_IDC
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1153 r1154  
    665665
    666666  UInt       m_numProfileTierLevel;
    667 #if !VPS_EXTN_UEV_CODING
    668   Bool       m_moreOutputLayerSetsThanDefaultFlag;
    669 #endif
    670667  Int        m_numAddOutputLayerSets;
    671668#if P0295_DEFAULT_OUT_LAYER_IDC
     
    10331030  UInt   getNumProfileTierLevel()                                { return m_numProfileTierLevel; }
    10341031  Void   setNumProfileTierLevel(Int x)                           { m_numProfileTierLevel = x;    }
    1035 
    1036 #if !VPS_EXTN_UEV_CODING
    1037   Bool   getMoreOutputLayerSetsThanDefaultFlag()                 { return m_moreOutputLayerSetsThanDefaultFlag;}
    1038   Void   setMoreOutputLayerSetsThanDefaultFlag(Bool x)           { m_moreOutputLayerSetsThanDefaultFlag = x   ;}
    1039 #endif
    1040 
    10411032  Int    getNumAddOutputLayerSets()                              { return m_numAddOutputLayerSets; }
    10421033  Void   setNumAddOutputLayerSets(Int x)                         { m_numAddOutputLayerSets = x   ; }
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1153 r1154  
    7777
    7878#define DISCARDABLE_PIC_RPS              1      ///< JCTVC-P0130: Inter-layer RPS and temporal RPS should not contain picture with discardable_flag equal to 1
    79 #define VPS_EXTN_UEV_CODING              1      ///< JCTVC-P0306: Code some syntax elements as ue(v), and remove some syntax elements that duplicate behaviour
    8079#define ALIGNED_BUMPING                  1      ///< JCTVC-P0192: Align bumping of pictures in an AU
    8180#define FIX_ALIGN_BUMPING                1
Note: See TracChangeset for help on using the changeset viewer.