Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp61 while ((uint32_t)(1 << nTmp) < (SDNUMINSYMS + SDNUMNEWSYMS)) { in decode_Arith()
65 SDNEWSYMS.resize(SDNUMNEWSYMS); in decode_Arith()
69 while (NSYMSDECODED < SDNUMNEWSYMS) { in decode_Arith()
82 if (NSYMSDECODED >= SDNUMNEWSYMS) in decode_Arith()
225 EXFLAGS.resize(SDNUMINSYMS + SDNUMNEWSYMS); in decode_Arith()
227 while (EXINDEX < SDNUMINSYMS + SDNUMNEWSYMS) { in decode_Arith()
229 if (EXINDEX + EXRUNLENGTH > SDNUMINSYMS + SDNUMNEWSYMS) in decode_Arith()
247 for (I = 0; I < SDNUMINSYMS + SDNUMNEWSYMS; I++) { in decode_Arith()
289 SDNEWSYMS.resize(SDNUMNEWSYMS); in decode_Huffman()
291 SDNEWSYMWIDTHS.resize(SDNUMNEWSYMS); in decode_Huffman()
[all …]
DJBig2_SddProc.h37 uint32_t SDNUMNEWSYMS; variable
DJBig2_Context.cpp444 m_pStream->readInteger(&pSymbolDictDecoder->SDNUMNEWSYMS) != 0) { in parseSymbolDict()
448 pSymbolDictDecoder->SDNUMNEWSYMS > JBIG2_MAX_NEW_SYSMBOLS) { in parseSymbolDict()