Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp41 uint32_t EXINDEX; in DecodeArith() local
222 EXINDEX = 0; in DecodeArith()
226 while (EXINDEX < SDNUMINSYMS + SDNUMNEWSYMS) { in DecodeArith()
228 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in DecodeArith()
232 for (I = EXINDEX; I < EXINDEX + EXRUNLENGTH; I++) { in DecodeArith()
238 EXINDEX = EXINDEX + EXRUNLENGTH; in DecodeArith()
273 uint32_t EXINDEX; in DecodeHuffman() local
491 EXINDEX = 0; in DecodeHuffman()
496 while (EXINDEX < SDNUMINSYMS + SDNUMNEWSYMS) { in DecodeHuffman()
500 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in DecodeHuffman()
[all …]