Changeset 324 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib/TLibCommon
- Timestamp:
- 3 Aug 2013, 12:30:39 (11 years ago)
- Location:
- branches/SHM-3.0-dev/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/Lib/TLibCommon/TComDataCU.cpp
r321 r324 3376 3376 3377 3377 // use coldir. 3378 #if M0457_COL_PICTURE_SIGNALING 3378 #if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 3379 3379 TComPic *pColPic; 3380 3380 if (m_layerId > 0 && getSlice()->getAltColIndicationFlag()) -
branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r323 r324 124 124 m_numILRRefIdx = 0; 125 125 #endif 126 #if M0457_COL_PICTURE_SIGNALING 126 #if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING 127 127 m_altColIndicationFlag = false; 128 128 m_colRefLayerIdx = 0; -
branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.h
r313 r324 1778 1778 Void setMFMEnabledFlag(Bool flag) { m_bMFMEnabledFlag = flag; } 1779 1779 Bool getMFMEnabledFlag() { return m_bMFMEnabledFlag; } 1780 #if !REMOVE_COL_PICTURE_SIGNALING 1780 1781 Void setColRefLayerIdx(Int i) { m_colRefLayerIdx = i; } 1781 1782 Int getColRefLayerIdx() { return m_colRefLayerIdx; } … … 1784 1785 Void setMotionPredIlp(TComPic *ilpPic) { m_pcIlpPic = ilpPic; } 1785 1786 TComPic* getMotionPredIlp() { return m_pcIlpPic; } 1787 #endif 1786 1788 #endif 1787 1789 #endif -
branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h
r323 r324 103 103 #endif 104 104 #if REF_IDX_MFM 105 #define REMOVE_COL_PICTURE_SIGNALING 1 ///< JCTVC-N0107 remove alternative collocated picture signalling 105 106 #define M0457_COL_PICTURE_SIGNALING 1 106 107 #endif
Note: See TracChangeset for help on using the changeset viewer.