Changeset 188 in 3DVCSoftware for branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 15 Nov 2012, 21:36:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComSlice.h
r181 r188 883 883 Bool m_cabacInitPresentFlag; 884 884 UInt m_encCABACTableIdx; // Used to transmit table selection across slices 885 #if POZNAN_CABAC_INIT_FLAG_FIX885 #if FIX_POZNAN_CABAC_INIT_FLAG 886 886 UInt m_encPrevPOC; 887 887 #endif … … 1018 1018 Bool getCabacInitPresentFlag() { return m_cabacInitPresentFlag; } 1019 1019 UInt getEncCABACTableIdx() { return m_encCABACTableIdx; } 1020 #if POZNAN_CABAC_INIT_FLAG_FIX1020 #if FIX_POZNAN_CABAC_INIT_FLAG 1021 1021 Void setEncPrevPOC(UInt uiPOC) { m_encPrevPOC = uiPOC; } 1022 1022 UInt getEncPrevPOC() { return m_encPrevPOC; }
Note: See TracChangeset for help on using the changeset viewer.