Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SddProc.cpp38 FX_DWORD SBNUMSYMS; in decode_Arith() local
124 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
125 SBNUMSYMS = pDecoder->SBNUMSYMS; in decode_Arith()
127 while ((FX_DWORD)(1 << nTmp) < SBNUMSYMS) { in decode_Arith()
132 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
202 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
207 if (IDI >= SBNUMSYMS) { in decode_Arith()
210 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
307 FX_DWORD SBNUMSYMS; in decode_Huffman() local
377 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Huffman()
[all …]
DJBig2_Context.cpp716 pTRD->SBNUMSYMS = 0; in parseTextRegion()
721 pTRD->SBNUMSYMS += pSeg->m_Result.sd->NumImages(); in parseTextRegion()
726 if (pTRD->SBNUMSYMS > 0) { in parseTextRegion()
727 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()
747 decodeSymbolIDHuffmanTable(m_pStream.get(), pTRD->SBNUMSYMS)); in parseTextRegion()
755 while ((FX_DWORD)(1 << dwTemp) < pTRD->SBNUMSYMS) { in parseTextRegion()
1294 FX_DWORD SBNUMSYMS) { in decodeSymbolIDHuffmanTable() argument
1305 FX_Alloc(JBig2HuffmanCode, SBNUMSYMS)); in decodeSymbolIDHuffmanTable()
1308 while (i < (int)SBNUMSYMS) { in decodeSymbolIDHuffmanTable()
1346 if (i + run > (int)SBNUMSYMS) in decodeSymbolIDHuffmanTable()
[all …]
DJBig2_TrdProc.cpp89 for (IDI = 0; IDI < SBNUMSYMS; IDI++) { in decode_Huffman()
95 if (IDI < SBNUMSYMS) { in decode_Huffman()
292 if (IDI >= SBNUMSYMS) in decode_Arith()
DJBig2_TrdProc.h57 FX_DWORD SBNUMSYMS; variable
DJBig2_Context.h105 FX_DWORD SBNUMSYMS);