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.cpp48 uint32_t num_ex_syms; in DecodeArith() local
225 num_ex_syms = 0; in DecodeArith()
234 num_ex_syms++; in DecodeArith()
241 if (num_ex_syms > SDNUMEXSYMS) in DecodeArith()
283 uint32_t num_ex_syms; in DecodeHuffman() local
495 num_ex_syms = 0; in DecodeHuffman()
506 num_ex_syms++; in DecodeHuffman()
514 if (num_ex_syms > SDNUMEXSYMS) in DecodeHuffman()