Searched defs:tableGroup (Results 1 – 3 of 3) sorted by relevance
/external/brotli/js/ |
D | decode.js | 285 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/ |
D | Huffman.java | 64 static int buildHuffmanTable(int[] tableGroup, int tableIdx, int rootBits, int[] codeLengths, in buildHuffmanTable()
|
D | Decode.java | 385 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()
|