Home
last modified time | relevance | path

Searched refs:currentSequence (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js18247 currentSequence: new Uint8Array(maxLzwDictionarySize), property
18302 var currentSequence = lzwState.currentSequence;
18313 currentSequence[0] = code; field
18320 currentSequence[j] = dictionaryValues[q];
18324 currentSequence[currentSequenceLength++] = currentSequence[0];
18340 dictionaryValues[nextCode] = currentSequence[0];
18357 buffer[currentBufferLength++] = currentSequence[j];
Dpdf.worker.js.map1currentSequence","currentSequenceLength","bitsCached","cachedData","blockSize","estimatedDecodedSi…