Searched defs:buildHuffmanTable (Results 1 – 2 of 2) sorted by relevance
62 static void buildHuffmanTable(int[] rootTable, int tableOffset, int rootBits, int[] codeLengths, in buildHuffmanTable() method in Huffman
1186 function buildHuffmanTable(rootTable, tableOffset, rootBits, codeLengths, codeLengthsSize) { function in BrotliDecodeClosure