Lines Matching refs:contextMap
557 function decodeContextMap(contextMapSize, contextMap, s) { argument
563 contextMap.fill(0, 0, contextMapSize);
590 contextMap[i] = 0;
602 contextMap[i] = 0;
607 contextMap[i] = (code - maxRunLengthPrefix);
616 inverseMoveToFrontTransform(contextMap, contextMapSize);
657 s.literalTreeIdx = s.contextMap[s.contextMapSlice] & 0xFF;
827 s.contextMap = new Int8Array(s.numLiteralBlockTypes << 6);
828 …var /** number */ numLiteralTrees = decodeContextMap(s.numLiteralBlockTypes << 6, s.contextMap, s);
831 if (s.contextMap[j] != j >> 6) {
1035 … var /** number */ literalTreeIdx = s.contextMap[s.contextMapSlice + literalContext] & 0xFF;
1776 this.contextMap = new Int8Array(0);