Searched refs:m_IsRepG2Decoders (Results 1 – 2 of 2) sorted by relevance
130 short[] m_IsRepG2Decoders = new short[Base.kNumStates]; field in Decoder188 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRepG2Decoders); in Init()248 if (m_RangeDecoder.DecodeBit(m_IsRepG2Decoders, state) == 0) in Code()
142 BitDecoder[] m_IsRepG2Decoders = new BitDecoder[Base.kNumStates]; field in SevenZip.Compression.LZMA.Decoder215 m_IsRepG2Decoders[i].Init(); in Init()293 if (m_IsRepG2Decoders[state.Index].Decode(m_RangeDecoder) == 0) in Code()