Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp68 while (NINSTANCES < SBNUMINSTANCES) { in DecodeHuffman()
280 while (NINSTANCES < SBNUMINSTANCES) { in DecodeArith()
305 if (NINSTANCES >= SBNUMINSTANCES) in DecodeArith()
DJBig2_TrdProc.h69 uint32_t SBNUMINSTANCES; variable
DJBig2_SddProc.cpp138 pDecoder->SBNUMINSTANCES = REFAGGNINST; in DecodeArith()
347 pDecoder->SBNUMINSTANCES = REFAGGNINST; in DecodeHuffman()
DJBig2_Context.cpp609 if (m_pStream->readInteger(&pTRD->SBNUMINSTANCES) != 0) in ParseTextRegion()
619 if (pTRD->SBNUMINSTANCES > nMaxStripInstances.ValueOrDie()) in ParseTextRegion()