Searched refs:m_IsRepG2Decoders (Results 1 - 2 of 2) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java130 short[] m_IsRepG2Decoders = new short[Base.kNumStates]; field in class:Decoder
188 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRepG2Decoders);
248 if (m_RangeDecoder.DecodeBit(m_IsRepG2Decoders, state) == 0)
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs142 BitDecoder[] m_IsRepG2Decoders = new BitDecoder[Base.kNumStates]; field in class:SevenZip.Compression.LZMA.Decoder
215 m_IsRepG2Decoders[i].Init();
293 if (m_IsRepG2Decoders[state.Index].Decode(m_RangeDecoder) == 0)

Completed in 1511 milliseconds