Searched refs:SBNUMSYMS (Results 1 – 5 of 5) sorted by relevance
120 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeArith()122 while ((uint32_t)(1 << nTmp) < pDecoder->SBNUMSYMS) { in DecodeArith()128 SBSYMS.resize(pDecoder->SBNUMSYMS); in DecodeArith()166 uint32_t SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeArith() local169 if (IDI >= SBNUMSYMS) in DecodeArith()311 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in DecodeHuffman()312 std::vector<JBig2HuffmanCode> SBSYMCODES(pDecoder->SBNUMSYMS); in DecodeHuffman()314 while (static_cast<uint32_t>(1 << nTmp) < pDecoder->SBNUMSYMS) in DecodeHuffman()316 for (uint32_t i = 0; i < pDecoder->SBNUMSYMS; ++i) { in DecodeHuffman()322 SBSYMS.resize(pDecoder->SBNUMSYMS); in DecodeHuffman()[all …]
640 pTRD->SBNUMSYMS = dwNumSyms.ValueOrDie(); in ParseTextRegion()643 if (pTRD->SBNUMSYMS > 0) { in ParseTextRegion()644 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in ParseTextRegion()665 DecodeSymbolIDHuffmanTable(pTRD->SBNUMSYMS); in ParseTextRegion()673 while ((uint32_t)(1 << dwTemp) < pTRD->SBNUMSYMS) { in ParseTextRegion()1124 uint32_t SBNUMSYMS) { in DecodeSymbolIDHuffmanTable() argument1134 std::vector<JBig2HuffmanCode> SBSYMCODES(SBNUMSYMS); in DecodeSymbolIDHuffmanTable()1137 while (i < static_cast<int>(SBNUMSYMS)) { in DecodeSymbolIDHuffmanTable()1178 if (i + run > (int)SBNUMSYMS) in DecodeSymbolIDHuffmanTable()1191 if (!HuffmanAssignCode(SBSYMCODES.data(), SBNUMSYMS)) in DecodeSymbolIDHuffmanTable()
129 for (IDI = 0; IDI < SBNUMSYMS; ++IDI) { in DecodeHuffman()133 if (IDI < SBNUMSYMS) in DecodeHuffman()317 if (IDI >= SBNUMSYMS) in DecodeArith()
72 uint32_t SBNUMSYMS; variable
81 std::vector<JBig2HuffmanCode> DecodeSymbolIDHuffmanTable(uint32_t SBNUMSYMS);