Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp42 uint32_t num_ex_syms; in decode_Arith() local
226 num_ex_syms = 0; in decode_Arith()
235 num_ex_syms++; in decode_Arith()
242 if (num_ex_syms > SDNUMEXSYMS) in decode_Arith()
285 uint32_t num_ex_syms; in decode_Huffman() local
500 num_ex_syms = 0; in decode_Huffman()
511 num_ex_syms++; in decode_Huffman()
519 if (num_ex_syms > SDNUMEXSYMS) in decode_Huffman()