Searched refs:SBNUMSYMS (Results 1 – 5 of 5) sorted by relevance
39 uint32_t SBNUMSYMS; in decode_Arith() local126 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() local382 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Huffman()[all …]
699 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() argument1267 FX_Alloc(JBig2HuffmanCode, SBNUMSYMS)); in decodeSymbolIDHuffmanTable()1270 while (i < (int)SBNUMSYMS) { in decodeSymbolIDHuffmanTable()1306 if (i + run > (int)SBNUMSYMS) in decodeSymbolIDHuffmanTable()[all …]
56 uint32_t SBNUMSYMS; variable
83 for (IDI = 0; IDI < SBNUMSYMS; IDI++) { in decode_Huffman()89 if (IDI < SBNUMSYMS) { in decode_Huffman()307 if (IDI >= SBNUMSYMS) in decode_Arith()
84 uint32_t SBNUMSYMS);