Changeset 294 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecBinCoderCABAC.h
- Timestamp:
- 19 Feb 2013, 20:33:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecBinCoderCABAC.h
r56 r294 56 56 Void start (); 57 57 Void finish (); 58 #if OL_FLUSH59 58 Void flush (); 60 #endif61 59 62 60 Void decodeBin ( UInt& ruiBin, ContextModel& rcCtxModel ); … … 66 64 67 65 Void resetBac (); 68 #if BURST_IPCM69 66 Void decodeNumSubseqIPCM( Int& numSubseqIPCM ) ; 70 #endif71 67 Void decodePCMAlignBits(); 72 68 Void xReadPCMCode ( UInt uiLength, UInt& ruiCode ); … … 82 78 UInt m_uiRange; 83 79 UInt m_uiValue; 84 #if OL_FLUSH &&!OL_FLUSH_ALIGN80 #if !OL_FLUSH_ALIGN 85 81 UInt m_uiLastByte; 86 82 #endif
Note: See TracChangeset for help on using the changeset viewer.