Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp43 uint32_t EXRUNLENGTH; in DecodeArith() local
227 IAEX->Decode(pArithDecoder, (int*)&EXRUNLENGTH); in DecodeArith()
228 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in DecodeArith()
231 if (EXRUNLENGTH != 0) { in DecodeArith()
232 for (I = EXINDEX; I < EXINDEX + EXRUNLENGTH; I++) { in DecodeArith()
238 EXINDEX = EXINDEX + EXRUNLENGTH; in DecodeArith()
275 uint32_t EXRUNLENGTH; in DecodeHuffman() local
497 if (pHuffmanDecoder->DecodeAValue(pTable.get(), (int*)&EXRUNLENGTH) != 0) in DecodeHuffman()
500 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in DecodeHuffman()
503 if (EXRUNLENGTH != 0) { in DecodeHuffman()
[all …]