Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DHuffman.java64 static int buildHuffmanTable(int[] tableGroup, int tableIdx, int rootBits, int[] codeLengths, in buildHuffmanTable() method in Huffman
/external/brotli/js/
Ddecode.js1466 function buildHuffmanTable(tableGroup, tableIdx, rootBits, codeLengths, codeLengthsSize) { function in BrotliDecodeClosure