Ignore:
Timestamp:
18 Feb 2015, 17:39:40 (10 years ago)
Author:
tech
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncSlice.h

    r1124 r1131  
    107107  UInt                    m_uiSliceIdx;
    108108  std::vector<TEncSbac*> CTXMem;
    109 #if !LGE_DDD_REMOVAL_J0042_J0030
    110 #if H_3D_DDD
    111   Int          m_iDDDScale;
    112   Int          m_iDDDOffset;
    113   UInt         m_uiDDDPrecision;
    114 #endif
    115 #endif
    116109public:
    117110  TEncSlice();
     
    147140  Void      initCtxMem( UInt i );
    148141  Void      setCtxMem( TEncSbac* sb, Int b )   { CTXMem[b] = sb; }
    149 #if !LGE_DDD_REMOVAL_J0042_J0030
    150 #if H_3D_DDD
    151   Void setDDDPar( Int iScale, Int iOffset, UInt uiPrecision ){ m_iDDDScale = iScale; m_iDDDOffset = iOffset; m_uiDDDPrecision = uiPrecision; }
    152 #endif
    153 #endif
    154142
    155143private:
Note: See TracChangeset for help on using the changeset viewer.