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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp2288 FX_DWORD I, J, REFAGGNINST; local
2392 if(IAAI->decode(pArithDecoder, (int*)&REFAGGNINST) == -1) {
2396 if(REFAGGNINST > 1) {
2403 pDecoder->SBNUMINSTANCES = REFAGGNINST;
2486 } else if(REFAGGNINST == 1) {
2629 FX_DWORD I, J, REFAGGNINST; local
2702 if(pHuffmanDecoder->decodeAValue(SDHUFFAGGINST, (int*)&REFAGGNINST) != 0) {
2707 if(REFAGGNINST > 1) {
2714 pDecoder->SBNUMINSTANCES = REFAGGNINST;
2792 } else if(REFAGGNINST
[all...]

Completed in 121 milliseconds