Searched defs:buildHuffmanTable (Results 1 – 2 of 2) sorted by relevance
64 static int buildHuffmanTable(int[] tableGroup, int tableIdx, int rootBits, int[] codeLengths, in buildHuffmanTable() method in Huffman
1466 function buildHuffmanTable(tableGroup, tableIdx, rootBits, codeLengths, codeLengthsSize) { function in BrotliDecodeClosure