Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp39 uint32_t I, J, REFAGGNINST; in DecodeArith() local
122 IAAI->Decode(pArithDecoder, (int*)&REFAGGNINST); in DecodeArith()
123 if (REFAGGNINST > 1) { in DecodeArith()
138 pDecoder->SBNUMINSTANCES = REFAGGNINST; in DecodeArith()
185 } else if (REFAGGNINST == 1) { in DecodeArith()
271 uint32_t I, J, REFAGGNINST; in DecodeHuffman() local
328 (int*)&REFAGGNINST) != 0) { in DecodeHuffman()
332 if (REFAGGNINST > 1) { in DecodeHuffman()
347 pDecoder->SBNUMINSTANCES = REFAGGNINST; in DecodeHuffman()
387 } else if (REFAGGNINST == 1) { in DecodeHuffman()