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
240 num_ex_syms = 0; in decode_Arith()
250 num_ex_syms++; in decode_Arith()
257 if (num_ex_syms > SDNUMEXSYMS) { in decode_Arith()
318 uint32_t num_ex_syms; in decode_Huffman() local
571 num_ex_syms = 0; in decode_Huffman()
584 num_ex_syms++; in decode_Huffman()
592 if (num_ex_syms > SDNUMEXSYMS) { in decode_Huffman()