Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
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()
440 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
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()
635 int tableIdx = table.length - 1; in decodeContextMap() local
DHuffman.java64 static int buildHuffmanTable(int[] tableGroup, int tableIdx, int rootBits, int[] codeLengths, in buildHuffmanTable()