Changeset 563 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 27 Jan 2014, 17:44:28 (11 years ago)
- 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 2160 2160 Void setMFMEnabledFlag(Bool flag) { m_bMFMEnabledFlag = flag; } 2161 2161 Bool getMFMEnabledFlag() { return m_bMFMEnabledFlag; } 2162 #if !REMOVE_COL_PICTURE_SIGNALING2163 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 #endif2170 2162 #endif 2171 2163 -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h
r562 r563 166 166 #endif 167 167 #if REF_IDX_MFM 168 #define REMOVE_COL_PICTURE_SIGNALING 1 ///< JCTVC-N0107: remove alternative collocated picture signalling169 168 #define N0139_POSITION_ROUNDING_OFFSET 1 ///< JCTVC-N0139: offset for collocated block in motion mapping 170 169 #endif
Note: See TracChangeset for help on using the changeset viewer.