Ignore:
Timestamp:
19 Feb 2013, 20:33:52 (12 years ago)
Author:
tech
Message:

Removed HM-6.1 related guard macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecBinCoderCABAC.h

    r56 r294  
    5656  Void  start             ();
    5757  Void  finish            ();
    58 #if OL_FLUSH
    5958  Void  flush             ();
    60 #endif
    6159 
    6260  Void  decodeBin         ( UInt& ruiBin, ContextModel& rcCtxModel );
     
    6664 
    6765  Void  resetBac          ();
    68 #if BURST_IPCM
    6966  Void  decodeNumSubseqIPCM( Int& numSubseqIPCM ) ;
    70 #endif
    7167  Void  decodePCMAlignBits();
    7268  Void  xReadPCMCode      ( UInt uiLength, UInt& ruiCode );
     
    8278  UInt                m_uiRange;
    8379  UInt                m_uiValue;
    84 #if OL_FLUSH && !OL_FLUSH_ALIGN
     80#if !OL_FLUSH_ALIGN
    8581  UInt                m_uiLastByte;
    8682#endif
Note: See TracChangeset for help on using the changeset viewer.