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
125 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
126 SBNUMSYMS = pDecoder->SBNUMSYMS; in decode_Arith()
128 while ((uint32_t)(1 << nTmp) < SBNUMSYMS) { in decode_Arith()
133 SBSYMS.resize(SBNUMSYMS); in decode_Arith()
187 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()
192 if (IDI >= SBNUMSYMS) in decode_Arith()
195 SBSYMS.resize(SBNUMSYMS); in decode_Arith()
279 uint32_t SBNUMSYMS; in decode_Huffman() local
342 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Huffman()
[all …]
DJBig2_Context.cpp692 pTRD->SBNUMSYMS = 0; in parseTextRegion()
697 pTRD->SBNUMSYMS += pSeg->m_SymbolDict->NumImages(); in parseTextRegion()
702 if (pTRD->SBNUMSYMS > 0) { in parseTextRegion()
703 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()
722 decodeSymbolIDHuffmanTable(m_pStream.get(), pTRD->SBNUMSYMS); in parseTextRegion()
730 while ((uint32_t)(1 << dwTemp) < pTRD->SBNUMSYMS) { in parseTextRegion()
1235 uint32_t SBNUMSYMS) { in decodeSymbolIDHuffmanTable() argument
1244 std::vector<JBig2HuffmanCode> SBSYMCODES(SBNUMSYMS); in decodeSymbolIDHuffmanTable()
1247 while (i < static_cast<int>(SBNUMSYMS)) { in decodeSymbolIDHuffmanTable()
1285 if (i + run > (int)SBNUMSYMS) in decodeSymbolIDHuffmanTable()
[all …]
DJBig2_TrdProc.cpp98 for (IDI = 0; IDI < SBNUMSYMS; ++IDI) { in decode_Huffman()
104 if (IDI < SBNUMSYMS) in decode_Huffman()
310 if (IDI >= SBNUMSYMS) in decode_Arith()
DJBig2_TrdProc.h62 uint32_t SBNUMSYMS; variable
DJBig2_Context.h86 uint32_t SBNUMSYMS);