Lines Matching refs:decodeInteger

19292   function decodeInteger(contextCache, procedure, decoder) {
19793 …ght = huffman ? huffmanTables.tableDeltaHeight.decode(huffmanInput) : decodeInteger(contextCache, …
19800 …idth = huffman ? huffmanTables.tableDeltaWidth.decode(huffmanInput) : decodeInteger(contextCache, …
19811 var numberOfInstances = decodeInteger(contextCache, 'IAAI', decoder);
19817 var rdx = decodeInteger(contextCache, 'IARDX', decoder);
19818 var rdy = decodeInteger(contextCache, 'IARDY', decoder);
19882 …var runLength = huffman ? tableB1.decode(huffmanInput) : decodeInteger(contextCache, 'IAEX', decod…
19928 …var stripT = huffman ? -huffmanTables.tableDeltaT.decode(huffmanInput) : -decodeInteger(contextCac…
19933 …var deltaT = huffman ? huffmanTables.tableDeltaT.decode(huffmanInput) : decodeInteger(contextCache…
19935 …var deltaFirstS = huffman ? huffmanTables.tableFirstS.decode(huffmanInput) : decodeInteger(context…
19943 …currentT = huffman ? huffmanInput.readBits(logStripSize) : decodeInteger(contextCache, 'IAIT', dec…
19948 …var applyRefinement = refinement && (huffman ? huffmanInput.readBit() : decodeInteger(contextCache…
19954 var rdw = decodeInteger(contextCache, 'IARDW', decoder);
19955 var rdh = decodeInteger(contextCache, 'IARDH', decoder);
19956 var rdx = decodeInteger(contextCache, 'IARDX', decoder);
19957 var rdy = decodeInteger(contextCache, 'IARDY', decoder);
20033 …var deltaS = huffman ? huffmanTables.tableDeltaS.decode(huffmanInput) : decodeInteger(contextCache…