Searched defs:numSymbols (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| D | Decode.cs | 180 …private static void ReadHuffmanCodeLengths(int[] codeLengthCodeLengths, int numSymbols, int[] code… in ReadHuffmanCodeLengths()
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| D | Decode.java | 433 int[] codeLengthCodeLengths, int numSymbols, int[] codeLengths, State s) { in readHuffmanCodeLengths() 513 int numSymbols = BitReader.readFewBits(s, 2) + 1; in readSimpleHuffmanCode() local
|
| /third_party/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaEncoder.cs | 220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
|
| /third_party/skia/third_party/externals/brotli/js/ |
| D | decode.js | 357 function readHuffmanCodeLengths(codeLengthCodeLengths, numSymbols, codeLengths, s) { argument
|
| /third_party/lzma/Java/SevenZip/Compression/LZMA/ |
| D | Encoder.java | 220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
|