Home
last modified time | relevance | path

Searched refs:SBNUMSYMS (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp39 uint32_t SBNUMSYMS; in decode_Arith() local
126 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
127 SBNUMSYMS = pDecoder->SBNUMSYMS; in decode_Arith()
129 while ((uint32_t)(1 << nTmp) < SBNUMSYMS) { in decode_Arith()
134 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
196 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
201 if (IDI >= SBNUMSYMS) { in decode_Arith()
204 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
311 uint32_t SBNUMSYMS; in decode_Huffman() local
382 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Huffman()
[all …]
DJBig2_Context.cpp699 pTRD->SBNUMSYMS = 0; in parseTextRegion()
704 pTRD->SBNUMSYMS += pSeg->m_Result.sd->NumImages(); in parseTextRegion()
709 if (pTRD->SBNUMSYMS > 0) { in parseTextRegion()
710 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()
730 decodeSymbolIDHuffmanTable(m_pStream.get(), pTRD->SBNUMSYMS)); in parseTextRegion()
738 while ((uint32_t)(1 << dwTemp) < pTRD->SBNUMSYMS) { in parseTextRegion()
1256 uint32_t SBNUMSYMS) { in decodeSymbolIDHuffmanTable() argument
1267 FX_Alloc(JBig2HuffmanCode, SBNUMSYMS)); in decodeSymbolIDHuffmanTable()
1270 while (i < (int)SBNUMSYMS) { in decodeSymbolIDHuffmanTable()
1306 if (i + run > (int)SBNUMSYMS) in decodeSymbolIDHuffmanTable()
[all …]
DJBig2_TrdProc.h56 uint32_t SBNUMSYMS; variable
DJBig2_TrdProc.cpp83 for (IDI = 0; IDI < SBNUMSYMS; IDI++) { in decode_Huffman()
89 if (IDI < SBNUMSYMS) { in decode_Huffman()
307 if (IDI >= SBNUMSYMS) in decode_Arith()
DJBig2_Context.h84 uint32_t SBNUMSYMS);