Searched refs:codeLength (Results 1 – 3 of 3) sorted by relevance
53 $codeLength = strlen($code);78 if ($codeLength == $dataLength) {
18242 codeLength: 9, property18300 var codeLength = lzwState.codeLength;18309 var code = this.readBits(codeLength);18327 codeLength = 9; property18342 …codeLength = nextCode + earlyChange & nextCode + earlyChange - 1 ? codeLength : Math.min(Math.log(…18362 lzwState.codeLength = codeLength;19313 function decodeIAID(contextCache, decoder, codeLength) {19317 for (var i = 0; i < codeLength; i++) {19322 if (codeLength < 31) {19323 return prev & (1 << codeLength) - 1;[all …]
1 …codeLength","nextCode","dictionaryValues","dictionaryLengths","dictionaryPrevCodes","currentSequen…