Home
last modified time | relevance | path

Searched defs:buildHuffmanTable (Results 1 – 2 of 2) sorted by relevance

/external/brotli/java/org/brotli/dec/
DHuffman.java62 static void buildHuffmanTable(int[] rootTable, int tableOffset, int rootBits, int[] codeLengths, in buildHuffmanTable() method in Huffman
/external/brotli/js/
Ddecode.js1186 function buildHuffmanTable(rootTable, tableOffset, rootBits, codeLengths, codeLengthsSize) { function in BrotliDecodeClosure