Home | History | Annotate | Download | only in LZMA

Lines Matching refs:kNumPosStatesEncodingMax

170 		BitTreeEncoder[] _lowCoder = new BitTreeEncoder[Base.kNumPosStatesEncodingMax];

171 BitTreeEncoder[] _midCoder = new BitTreeEncoder[Base.kNumPosStatesEncodingMax];
177 for (int posState = 0; posState < Base.kNumPosStatesEncodingMax; posState++)
250 int[] _counters = new int[Base.kNumPosStatesEncodingMax];