Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.h54 uint32_t SBNUMINSTANCES; variable
DJBig2_TrdProc.cpp31 while (NINSTANCES < SBNUMINSTANCES) { in decode_Huffman()
276 while (NINSTANCES < SBNUMINSTANCES) { in decode_Arith()
297 if (NINSTANCES >= SBNUMINSTANCES) { in decode_Arith()
DJBig2_SddProc.cpp124 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Arith()
380 pDecoder->SBNUMINSTANCES = REFAGGNINST; in decode_Huffman()
DJBig2_Context.cpp691 if (m_pStream->readInteger(&pTRD->SBNUMINSTANCES) != 0) in parseTextRegion()