Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 16 Jun 2013, 05:33:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComSlice.h
r464 r468 1502 1502 #endif 1503 1503 #endif 1504 #if H_3D_IC 1505 Bool m_bApplyIC; 1506 Bool m_icSkipParseFlag; 1507 #endif 1508 1504 1509 public: 1505 1510 TComSlice(); … … 1582 1587 Bool getRefPicListCombinationFlag() {return m_bRefPicListCombinationFlag;} 1583 1588 Void setRefPicListCombinationFlag(Bool bflag) {m_bRefPicListCombinationFlag=bflag;} 1589 #endif 1590 #if H_3D_IC 1591 Void setApplyIC( Bool b ) { m_bApplyIC = b; } 1592 Bool getApplyIC() { return m_bApplyIC; } 1593 Void xSetApplyIC(); 1594 Void setIcSkipParseFlag( Bool b ) { m_icSkipParseFlag = b; } 1595 Bool getIcSkipParseFlag() { return m_icSkipParseFlag; } 1584 1596 #endif 1585 1597 Void setReferenced(Bool b) { m_bRefenced = b; }
Note: See TracChangeset for help on using the changeset viewer.