Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp29 uint32_t HCHEIGHT, NSYMSDECODED; in decode_Arith() local
68 NSYMSDECODED = 0; in decode_Arith()
69 while (NSYMSDECODED < SDNUMNEWSYMS) { in decode_Arith()
82 if (NSYMSDECODED >= SDNUMNEWSYMS) in decode_Arith()
91 SDNEWSYMS[NSYMSDECODED] = nullptr; in decode_Arith()
92 NSYMSDECODED = NSYMSDECODED + 1; in decode_Arith()
125 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
135 for (size_t i = 0; i < NSYMSDECODED; ++i) in decode_Arith()
187 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
197 for (size_t i = 0; i < NSYMSDECODED; ++i) in decode_Arith()
[all …]