Searched defs:EXRUNLENGTH (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_SddProc.cpp37 uint32_t EXRUNLENGTH; local
228 IAEX->decode(pArithDecoder, (int*)&EXRUNLENGTH);
229 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS)
232 if (EXRUNLENGTH != 0) {
233 for (I = EXINDEX; I < EXINDEX + EXRUNLENGTH; I++) {
239 EXINDEX = EXINDEX + EXRUNLENGTH;
276 uint32_t EXRUNLENGTH; local
502 if (pHuffmanDecoder->decodeAValue(pTable.get(), (int*)&EXRUNLENGTH) != 0)
505 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS)
508 if (EXRUNLENGTH !
[all...]

Completed in 100 milliseconds