Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp37 while (NINSTANCES < SBNUMINSTANCES) { in decode_Huffman()
271 while (NINSTANCES < SBNUMINSTANCES) { in decode_Arith()
296 if (NINSTANCES >= SBNUMINSTANCES) in decode_Arith()
DJBig2_TrdProc.h60 uint32_t SBNUMINSTANCES; variable
DJBig2_SddProc.cpp123 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Arith()
340 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Huffman()
DJBig2_Context.cpp684 if (m_pStream->readInteger(&pTRD->SBNUMINSTANCES) != 0) in parseTextRegion()