Searched refs:contextLabel (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 19533 var contextLabel, 19547 …contextLabel = row2[0] << 13 | row2[1] << 12 | row2[2] << 11 | row1[0] << 7 | row1[1] << 6 | row1[… 19550 row[j] = pixel = decoder.readBit(contexts, contextLabel); 19551 …contextLabel = (contextLabel & OLD_PIXEL_MASK) << 1 | (j + 3 < width ? row2[j + 3] << 11 : 0) | (j… 19621 contextLabel = 0, 19646 contextLabel = contextLabel << 1 & reuseMask; 19655 contextLabel |= bit; 19659 contextLabel = 0; 19672 contextLabel |= bit << shift; 19679 var pixel = decoder.readBit(contexts, contextLabel); [all …]
|
| D | pdf.worker.js.map | 1 …contextLabel","pixel","decodeMMRBitmap","templateIndex","at","decodeBitmapTemplate0","useskip","te…
|