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


Ignore:
Timestamp:
27 Jan 2014, 17:44:28 (11 years ago)
Author:
seregin
Message:

remove REMOVE_COL_PICTURE_SIGNALING macro

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

Legend:

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

    r562 r563  
    21602160  Void      setMFMEnabledFlag(Bool flag)                { m_bMFMEnabledFlag = flag; }
    21612161  Bool      getMFMEnabledFlag()                         { return m_bMFMEnabledFlag; }
    2162 #if !REMOVE_COL_PICTURE_SIGNALING
    2163   Void      setColRefLayerIdx(Int i)                    { m_colRefLayerIdx = i;     }
    2164   Int       getColRefLayerIdx()                         { return m_colRefLayerIdx;  }
    2165   Void      setAltColIndicationFlag(Bool i)             { m_altColIndicationFlag = i; }
    2166   Bool      getAltColIndicationFlag()                   { return m_altColIndicationFlag; }
    2167   Void      setMotionPredIlp(TComPic *ilpPic)           { m_pcIlpPic = ilpPic; }
    2168   TComPic*  getMotionPredIlp()                          { return m_pcIlpPic; }
    2169 #endif
    21702162#endif
    21712163
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h

    r562 r563  
    166166#endif
    167167#if REF_IDX_MFM
    168 #define REMOVE_COL_PICTURE_SIGNALING     1      ///< JCTVC-N0107: remove alternative collocated picture signalling
    169168#define N0139_POSITION_ROUNDING_OFFSET   1      ///< JCTVC-N0139: offset for collocated block in motion mapping
    170169#endif
Note: See TracChangeset for help on using the changeset viewer.