Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp35 uint32_t HCHEIGHT, NSYMSDECODED; in DecodeArith() local
74 NSYMSDECODED = 0; in DecodeArith()
75 while (NSYMSDECODED < SDNUMNEWSYMS) { in DecodeArith()
88 if (NSYMSDECODED >= SDNUMNEWSYMS) in DecodeArith()
97 SDNEWSYMS[NSYMSDECODED] = nullptr; in DecodeArith()
98 NSYMSDECODED = NSYMSDECODED + 1; in DecodeArith()
140 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeArith()
150 for (size_t i = 0; i < NSYMSDECODED; ++i) in DecodeArith()
186 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeArith()
196 for (size_t i = 0; i < NSYMSDECODED; ++i) in DecodeArith()
[all …]