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


Ignore:
Timestamp:
8 Jul 2015, 21:16:48 (10 years ago)
Author:
seregin
Message:

macro cleanup: POC_RESET_IDC_SIGNALLING

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

Legend:

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

    r1203 r1207  
    126126, m_bDiscardableFlag              ( false )
    127127, m_bCrossLayerBLAFlag            ( false )
    128 #if POC_RESET_IDC_SIGNALLING
    129128, m_pocResetIdc                   ( 0 )
    130129, m_pocResetPeriodId              ( 0 )
     
    135134, m_pocMsbValPresentFlag          ( false )
    136135, m_pocMsbValNeeded               ( false )
    137 #endif
    138136#if POC_RESET_IDC_DECODER || POC_RESET_IDC_ENCODER
    139137, m_picOrderCntLsb (0)
     
    221219  m_cabacInitFlag        = false;
    222220  m_enableTMVPFlag = true;
    223 #if POC_RESET_IDC_SIGNALLING
    224221  m_pocResetIdc                   = 0;
    225222  m_pocResetPeriodId              = 0;
     
    229226  m_pocMsbValRequiredFlag         = false;
    230227  m_pocMsbValPresentFlag          = false;
    231 #endif
    232228#if POC_RESET_IDC_DECODER || POC_RESET_IDC_ENCODER
    233229  m_picOrderCntLsb = 0;
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1204 r1207  
    20032003  Bool        m_bDiscardableFlag;
    20042004  Bool        m_bCrossLayerBLAFlag;
    2005 #if POC_RESET_IDC_SIGNALLING
    20062005  Int         m_pocResetIdc;
    20072006  Int         m_pocResetPeriodId;
     
    20132012  Bool        m_pocMsbValNeeded;
    20142013  Int         m_pocResetDeltaPoc;
    2015 #endif
    20162014#if POC_RESET_IDC_ENCODER
    20172015  Int         m_pocValueBeforeReset;
     
    23502348
    23512349  Void setILRPic(TComPic **pcIlpPic);
    2352 #if POC_RESET_IDC_SIGNALLING
     2350
    23532351  Int       getPocResetIdc       ()                              { return m_pocResetIdc;       }
    23542352  Void      setPocResetIdc       (Int b)                         { m_pocResetIdc = b;          }
     
    23692367  Bool      getPocMsbValRequiredFlag ()                           { return m_pocMsbValRequiredFlag; }
    23702368  Void      setPocMsbValRequiredFlag (Bool x)                     { m_pocMsbValRequiredFlag = x; }
    2371 #endif
    23722369
    23732370  Bool      getBlaPicFlag       ();
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1206 r1207  
    6969#define POC_RESET_IDC                    1      ///< JCTVC-P0041: Include poc_reset_idc and related derivation
    7070#if POC_RESET_IDC
    71 #define POC_RESET_IDC_SIGNALLING         1      ///< JCTVC-P0041: Include signalling for poc_reset related syntax elements
    7271#define POC_RESET_IDC_ENCODER            1      ///< JCTVC-P0041: Include support of enabling POC reset at the encoder
    7372#define POC_RESET_IDC_DECODER            1      ///< JCTVC-P0041: Include support of enabling POC reset at the decoder
    7473#endif
    75 #define POC_RESET_INFO_INFERENCE         1      ///< JCTVC-Q0146: Infer the value of poc_reset_info_present_flag when not present
    7674#define SCALINGLIST_INFERRING            1      ///< JCTVC-N0371: inter-layer scaling list
    7775
Note: See TracChangeset for help on using the changeset viewer.