Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_TrdProc.h55 FX_DWORD SBNUMINSTANCES; variable
DJBig2_TrdProc.cpp43 while (NINSTANCES < SBNUMINSTANCES) { in decode_Huffman()
266 while (NINSTANCES < SBNUMINSTANCES) { in decode_Arith()
282 if (NINSTANCES >= SBNUMINSTANCES) { in decode_Arith()
DJBig2_SddProc.cpp122 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Arith()
375 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Huffman()
DJBig2_Context.cpp708 if (m_pStream->readInteger(&pTRD->SBNUMINSTANCES) != 0) in parseTextRegion()