Searched refs:SBNUMSYMS (Results 1 – 5 of 5) sorted by relevance
39 uint32_t SBNUMSYMS; in decode_Arith() local125 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() local342 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Huffman()[all …]
692 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() argument1244 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 …]
98 for (IDI = 0; IDI < SBNUMSYMS; ++IDI) { in decode_Huffman()104 if (IDI < SBNUMSYMS) in decode_Huffman()310 if (IDI >= SBNUMSYMS) in decode_Arith()
62 uint32_t SBNUMSYMS; variable
86 uint32_t SBNUMSYMS);