Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java129 short[] m_IsRepG1Decoders = new short[Base.kNumStates]; field in Decoder
187 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRepG1Decoders); in Init()
244 if (m_RangeDecoder.DecodeBit(m_IsRepG1Decoders, state) == 0) in Code()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs141 BitDecoder[] m_IsRepG1Decoders = new BitDecoder[Base.kNumStates]; field in SevenZip.Compression.LZMA.Decoder
214 m_IsRepG1Decoders[i].Init(); in Init()
287 if (m_IsRepG1Decoders[state.Index].Decode(m_RangeDecoder) == 0) in Code()