Home
last modified time | relevance | path

Searched defs:tableGroup (Results 1 – 3 of 3) sorted by relevance

/external/brotli/js/
Ddecode.js285 function readSymbol(tableGroup, tableIdx, s) { argument
307 function readBlockLength(tableGroup, tableIdx, s) { argument
443 function readSimpleHuffmanCode(alphabetSizeMax, alphabetSizeLimit, tableGroup, tableIdx, s) { argument
502 function readComplexHuffmanCode(alphabetSizeLimit, skip, tableGroup, tableIdx, s) { argument
536 function readHuffmanCode(alphabetSizeMax, alphabetSizeLimit, tableGroup, tableIdx, s) { argument
1466 function buildHuffmanTable(tableGroup, tableIdx, rootBits, codeLengths, codeLengthsSize) { argument
/external/brotli/java/org/brotli/dec/
DHuffman.java64 static int buildHuffmanTable(int[] tableGroup, int tableIdx, int rootBits, int[] codeLengths, in buildHuffmanTable()
DDecode.java385 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol()
402 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength()
506 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode()
570 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode()
605 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode()