Searched defs:_prices (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZMA/ | ||
H A D | Encoder.java | 248 int[] _prices = new int[Base.kNumLenSymbols<<Base.kNumPosStatesBitsEncodingMax];
field in Encoder.LenPriceTableEncoder |
/third_party/lzma/CS/7zip/Compress/LZMA/ | ||
H A D | LzmaEncoder.cs | 248 UInt32[] _prices = new UInt32[Base.kNumLenSymbols << Base.kNumPosStatesBitsEncodingMax];
field in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder |
Completed in 4 milliseconds