Home | History | Annotate | Download | only in LZMA

Lines Matching refs:matchBit

99 							uint matchBit = (uint)((matchByte >> i) & 1);

100 state += ((1 + matchBit) << 8);
101 same = (matchBit == bit);
117 uint matchBit = (uint)(matchByte >> i) & 1;
119 price += m_Encoders[((1 + matchBit) << 8) + context].GetPrice(bit);
121 if (matchBit != bit)