HomeSort by relevance Sort by last modified time
    Searched refs:m_IsRepG0Decoders (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 128 short[] m_IsRepG0Decoders = new short[Base.kNumStates];
186 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRepG0Decoders);
233 if (m_RangeDecoder.DecodeBit(m_IsRepG0Decoders, state) == 0)
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 140 BitDecoder[] m_IsRepG0Decoders = new BitDecoder[Base.kNumStates];
213 m_IsRepG0Decoders[i].Init();
274 if (m_IsRepG0Decoders[state.Index].Decode(m_RangeDecoder) == 0)

Completed in 123 milliseconds