Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp2340 FX_DWORD I, J, REFAGGNINST; in decode_Arith() local
2442 if(IAAI->decode(pArithDecoder, (int*)&REFAGGNINST) == -1) { in decode_Arith()
2446 if(REFAGGNINST > 1) { in decode_Arith()
2453 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Arith()
2536 } else if(REFAGGNINST == 1) { in decode_Arith()
2678 FX_DWORD I, J, REFAGGNINST; in decode_Huffman() local
2750 if(pHuffmanDecoder->decodeAValue(SDHUFFAGGINST, (int*)&REFAGGNINST) != 0) { in decode_Huffman()
2755 if(REFAGGNINST > 1) { in decode_Huffman()
2762 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Huffman()
2840 } else if(REFAGGNINST == 1) { in decode_Huffman()