Home
last modified time | relevance | path

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

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