Home
last modified time | relevance | path

Searched refs:BitDecoder (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs13 BitDecoder m_Choice = new BitDecoder();
14 BitDecoder m_Choice2 = new BitDecoder();
65 BitDecoder[] m_Decoders;
66 public void Create() { m_Decoders = new BitDecoder[0x300]; } in Create()
138 BitDecoder[] m_IsMatchDecoders = new BitDecoder[Base.kNumStates << Base.kNumPosStatesBitsMax];
139 BitDecoder[] m_IsRepDecoders = new BitDecoder[Bas
[all...]
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs105 BitDecoder[] Models;
111 Models = new BitDecoder[1 << numBitLevels]; in BitTreeDecoder()
142 public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, in ReverseDecode()
H A DRangeCoderBit.cs71 struct BitDecoder struct

Completed in 2 milliseconds