Home | History | Annotate | Download | only in LZMA

Lines Matching refs:_numLiteralContextBits

347 		int _numLiteralContextBits = 3;

373 _literalEncoder.Create(_numLiteralPosStateBits, _numLiteralContextBits);
1305 properties[0] = (Byte)((_posStateBits * 5 + _numLiteralPosStateBits) * 9 + _numLiteralContextBits);
1457 _numLiteralContextBits = (int)v;