Changeset 1074 in 3DVCSoftware for branches/HTM-12.1-dev0/source/Lib/TLibEncoder/TEncTop.h
- Timestamp:
- 21 Oct 2014, 20:39:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/Lib/TLibEncoder/TEncTop.h
r1066 r1074 80 80 TComPicLists* m_ivPicLists; ///< access to picture lists of other layers 81 81 #endif 82 #if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX82 #if H_3D_IC 83 83 Int *m_aICEnableCandidate; 84 84 Int *m_aICEnableNum; … … 209 209 TComPicLists* getIvPicLists() { return m_ivPicLists; } 210 210 #endif 211 #if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX212 Int *getICEnableCandidate() { return m_aICEnableCandidate; }213 Int *getICEnableNum() { return m_aICEnableNum; }211 #if H_3D_IC 212 Int* getICEnableCandidate() { return m_aICEnableCandidate; } 213 Int* getICEnableNum() { return m_aICEnableNum; } 214 214 #endif 215 215 Void deletePicBuffer (); … … 272 272 Void setIvPicLists ( TComPicLists* picLists) { m_ivPicLists = picLists; } 273 273 #endif 274 #if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX274 #if H_3D_IC 275 275 Void setICEnableCandidate ( Int* ICEnableCandidate) { m_aICEnableCandidate = ICEnableCandidate; } 276 276 Void setICEnableNum ( Int* ICEnableNum) { m_aICEnableNum = ICEnableNum; }
Note: See TracChangeset for help on using the changeset viewer.