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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp2292 FX_DWORD EXRUNLENGTH; local
2541 if(IAEX->decode(pArithDecoder, (int*)&EXRUNLENGTH) == -1) {
2546 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) {
2548 m_pModule->JBig2_Error("symbol dictionary decoding procedure (arith): Invalid EXRUNLENGTH value.");
2551 if(EXRUNLENGTH != 0) {
2552 for(I = EXINDEX; I < EXINDEX + EXRUNLENGTH; I++) {
2556 EXINDEX = EXINDEX + EXRUNLENGTH;
2633 FX_DWORD EXRUNLENGTH; local
2934 if(pHuffmanDecoder->decodeAValue(pTable, (int*)&EXRUNLENGTH) != 0) {
2940 if (EXINDEX + EXRUNLENGTH > SDNUMINSYM
[all...]

Completed in 138 milliseconds