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


Ignore:
Timestamp:
8 Jul 2015, 19:43:28 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0062_POC_LSB_NOT_PRESENT_FLAG

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

Legend:

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

    r1197 r1198  
    19811981
    19821982  m_maxOneActiveRefLayerFlag = true;
    1983 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    19841983  ::memset(m_pocLsbNotPresentFlag, 0, sizeof(m_pocLsbNotPresentFlag));
    1985 #endif
    19861984  m_crossLayerPictureTypeAlignFlag = true;
    19871985  m_crossLayerIrapAlignFlag = true;
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1195 r1198  
    640640  std::vector< std::vector<Int> >  m_profileLevelTierIdx;
    641641  Bool       m_maxOneActiveRefLayerFlag;
    642 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    643642  Bool       m_pocLsbNotPresentFlag[MAX_VPS_LAYER_IDX_PLUS1];
    644 #endif
    645643  Bool       m_crossLayerPictureTypeAlignFlag;
    646644  Bool       m_crossLayerIrapAlignFlag;
     
    942940  Bool   getMaxOneActiveRefLayerFlag()                                          { return m_maxOneActiveRefLayerFlag;             }
    943941  Void   setMaxOneActiveRefLayerFlag(Bool x)                                    { m_maxOneActiveRefLayerFlag = x;                }
    944 #if O0062_POC_LSB_NOT_PRESENT_FLAG
    945942  UInt   getPocLsbNotPresentFlag(Int i)                                         { return m_pocLsbNotPresentFlag[i];              }
    946943  Void   setPocLsbNotPresentFlag(Int i, Bool x)                                 { m_pocLsbNotPresentFlag[i] = x;                 }
    947 #endif
    948944#if P0297_VPS_POC_LSB_ALIGNED_FLAG
    949945  Bool   getVpsPocLsbAlignedFlag()                                              { return m_vpsPocLsbAlignedFlag;                 }
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1197 r1198  
    9292#define AUXILIARY_PICTURES               1      ///< JCTVC-O0041: auxiliary picture layers
    9393#define R0062_AUX_PSEUDO_MONOCHROME      1      ///> JCVVC-R0063: pseudo monochrome for auxiliary pictures
    94 #define O0062_POC_LSB_NOT_PRESENT_FLAG   1      ///< JCTVC-O0062: signal poc_lsb_not_present_flag for each layer in VPS extension
    9594#define VPS_DPB_SIZE_TABLE               1      ///< JCTVC-O0217: DPB operations: signaling DPB-related parameters
    9695#define NO_CLRAS_OUTPUT_FLAG             1
Note: See TracChangeset for help on using the changeset viewer.