Changeset 101 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 10 Aug 2012, 17:56:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComSlice.h
r100 r101 854 854 Bool m_cabacInitPresentFlag; 855 855 UInt m_encCABACTableIdx; // Used to transmit table selection across slices 856 #if POZNAN_CABAC_INIT_FLAG_FIX 857 UInt m_encPrevPOC; 858 #endif 856 859 #endif 857 860 #if DBL_CONTROL … … 986 989 Bool getCabacInitPresentFlag() { return m_cabacInitPresentFlag; } 987 990 UInt getEncCABACTableIdx() { return m_encCABACTableIdx; } 991 #if POZNAN_CABAC_INIT_FLAG_FIX 992 Void setEncPrevPOC(UInt uiPOC) { m_encPrevPOC = uiPOC; } 993 UInt getEncPrevPOC() { return m_encPrevPOC; } 994 #endif 988 995 #endif 989 996 #if DBL_CONTROL
Note: See TracChangeset for help on using the changeset viewer.