Searched defs:numSymbols (Results 1 – 3 of 3) sorted by relevance
180 …private static void ReadHuffmanCodeLengths(int[] codeLengthCodeLengths, int numSymbols, int[] code… in ReadHuffmanCodeLengths()
433 int[] codeLengthCodeLengths, int numSymbols, int[] codeLengths, State s) { in readHuffmanCodeLengths()513 int numSymbols = BitReader.readFewBits(s, 2) + 1; in readSimpleHuffmanCode() local
357 function readHuffmanCodeLengths(codeLengthCodeLengths, numSymbols, codeLengths, s) { argument