Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp33 uint32_t I, J, REFAGGNINST; in decode_Arith() local
116 IAAI->decode(pArithDecoder, (int*)&REFAGGNINST); in decode_Arith()
117 if (REFAGGNINST > 1) { in decode_Arith()
123 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Arith()
186 } else if (REFAGGNINST == 1) { in decode_Arith()
272 uint32_t I, J, REFAGGNINST; in decode_Huffman() local
329 if (pHuffmanDecoder->decodeAValue(SDHUFFAGGINST, (int*)&REFAGGNINST) != in decode_Huffman()
334 if (REFAGGNINST > 1) { in decode_Huffman()
340 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Huffman()
396 } else if (REFAGGNINST == 1) { in decode_Huffman()