Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncSlice.h
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncSlice.h
r1124 r1131 107 107 UInt m_uiSliceIdx; 108 108 std::vector<TEncSbac*> CTXMem; 109 #if !LGE_DDD_REMOVAL_J0042_J0030110 #if H_3D_DDD111 Int m_iDDDScale;112 Int m_iDDDOffset;113 UInt m_uiDDDPrecision;114 #endif115 #endif116 109 public: 117 110 TEncSlice(); … … 147 140 Void initCtxMem( UInt i ); 148 141 Void setCtxMem( TEncSbac* sb, Int b ) { CTXMem[b] = sb; } 149 #if !LGE_DDD_REMOVAL_J0042_J0030150 #if H_3D_DDD151 Void setDDDPar( Int iScale, Int iOffset, UInt uiPrecision ){ m_iDDDScale = iScale; m_iDDDOffset = iOffset; m_uiDDDPrecision = uiPrecision; }152 #endif153 #endif154 142 155 143 private:
Note: See TracChangeset for help on using the changeset viewer.