|
/** |
|
* @param count histogram of bit lengths for the remaining symbols, |
|
* @param len code length of the next processed symbol. |
|
* @return table width of the next 2nd level table. |
|
*/ |
|
private static int nextTableBitSize(int[] count, int len, int rootBits) { |
parameter 'rootBits' has not been documented
brotli/java/org/brotli/dec/Huffman.java
Lines 42 to 47 in 5583858
parameter 'rootBits' has not been documented