Searched refs:nextTableBitSize (Results 1 – 2 of 2) sorted by relevance
46 private static int nextTableBitSize(int[] count, int len, int rootBits) { in nextTableBitSize() method in Huffman119 tableBits = nextTableBitSize(count, len, rootBits); in buildHuffmanTable()
1166 function nextTableBitSize(count, len, rootBits) { function in BrotliDecodeClosure1228 tableBits = nextTableBitSize(count, len, rootBits);