Searched refs:m_IsRepG0Decoders (Results 1 – 2 of 2) sorted by relevance
128 short[] m_IsRepG0Decoders = new short[Base.kNumStates]; field in Decoder186 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRepG0Decoders); in Init()233 if (m_RangeDecoder.DecodeBit(m_IsRepG0Decoders, state) == 0) in Code()
140 BitDecoder[] m_IsRepG0Decoders = new BitDecoder[Base.kNumStates]; field in SevenZip.Compression.LZMA.Decoder213 m_IsRepG0Decoders[i].Init(); in Init()274 if (m_IsRepG0Decoders[state.Index].Decode(m_RangeDecoder) == 0) in Code()