Home | History | Annotate | Download | only in LZMA

Lines Matching refs:Index

208 					uint index = (i << Base.kNumPosStatesBitsMax) + j;

209 m_IsMatchDecoders[index].Init();
210 m_IsRep0LongDecoders[index].Init();
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecoder) != 0)
256 if (m_IsMatchDecoders[(state.Index << Base.kNumPosStatesBitsMax) + posState].Decode(m_RangeDecoder) == 0)
272 if (m_IsRepDecoders[state.Index].Decode(m_RangeDecoder) == 1)
274 if (m_IsRepG0Decoders[state.Index].Decode(m_RangeDecoder) == 0)
276 if (m_IsRep0LongDecoders[(state.Index << Base.kNumPosStatesBitsMax) + posState].Decode(m_RangeDecoder) == 0)
287 if (m_IsRepG1Decoders[state.Index].Decode(m_RangeDecoder) == 0)
293 if (m_IsRepG2Decoders[state.Index].Decode(m_RangeDecoder) == 0)