Searched refs:m_IsRepG1Decoders (Results 1 – 2 of 2) sorted by relevance
129 short[] m_IsRepG1Decoders = new short[Base.kNumStates]; field in Decoder187 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRepG1Decoders); in Init()244 if (m_RangeDecoder.DecodeBit(m_IsRepG1Decoders, state) == 0) in Code()
141 BitDecoder[] m_IsRepG1Decoders = new BitDecoder[Base.kNumStates]; field in SevenZip.Compression.LZMA.Decoder214 m_IsRepG1Decoders[i].Init(); in Init()287 if (m_IsRepG1Decoders[state.Index].Decode(m_RangeDecoder) == 0) in Code()