Ignore:
Timestamp:
7 Jul 2015, 01:55:11 (9 years ago)
Author:
seregin
Message:

macro cleanup: O0096_REP_FORMAT_INDEX

File:
1 edited

Legend:

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

    r1118 r1119  
    16181618#endif
    16191619#if REPN_FORMAT_IN_VPS
    1620   Bool m_updateRepFormatFlag;
    1621 #if O0096_REP_FORMAT_INDEX
     1620  Bool        m_updateRepFormatFlag;
    16221621  UInt        m_updateRepFormatIndex;
    1623 #endif
    16241622#endif
    16251623#if SCALINGLIST_INFERRING
     
    17941792#endif
    17951793#if REPN_FORMAT_IN_VPS
    1796   Bool     getUpdateRepFormatFlag()       { return m_updateRepFormatFlag; }
    1797   Void     setUpdateRepFormatFlag(Bool x) { m_updateRepFormatFlag = x;    }
    1798 #if O0096_REP_FORMAT_INDEX
    1799   Int      getUpdateRepFormatIndex()      { return m_updateRepFormatIndex; }
    1800   Void     setUpdateRepFormatIndex(UInt index)  { m_updateRepFormatIndex = index; }
    1801 #endif
     1794  Bool     getUpdateRepFormatFlag()                 { return m_updateRepFormatFlag;   }
     1795  Void     setUpdateRepFormatFlag(Bool x)           { m_updateRepFormatFlag = x;      }
     1796  Int      getUpdateRepFormatIndex()                { return m_updateRepFormatIndex;  }
     1797  Void     setUpdateRepFormatIndex(UInt index)      { m_updateRepFormatIndex = index; }
    18021798#endif
    18031799#if SCALINGLIST_INFERRING
    1804   Bool     getInferScalingListFlag()  { return m_inferScalingListFlag;  }
    1805   UInt     getScalingListRefLayerId() { return m_scalingListRefLayerId; }
     1800  Bool     getInferScalingListFlag()                { return m_inferScalingListFlag;  }
     1801  UInt     getScalingListRefLayerId()               { return m_scalingListRefLayerId; }
    18061802  Void     setInferScalingListFlag( Bool flag )     { m_inferScalingListFlag = flag;     }
    18071803  Void     setScalingListRefLayerId( UInt layerId ) { m_scalingListRefLayerId = layerId; }
Note: See TracChangeset for help on using the changeset viewer.