Home | History | Annotate | Download | only in LZMA

Lines Matching refs:kNumPosStatesBitsEncodingMax

248 			UInt32[] _prices = new UInt32[Base.kNumLenSymbols << Base.kNumPosStatesBitsEncodingMax];

1434 if (v < 0 || v > (UInt32)Base.kNumPosStatesBitsEncodingMax)