Searched refs:SBSYMS (Results 1 – 4 of 4) sorted by relevance
127 std::vector<CJBig2_Image*> SBSYMS; // Pointers are not owned in DecodeArith() local128 SBSYMS.resize(pDecoder->SBNUMSYMS); in DecodeArith()129 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in DecodeArith()131 SBSYMS[i + SDNUMINSYMS] = SDNEWSYMS[i].get(); in DecodeArith()132 pDecoder->SBSYMS = SBSYMS.data(); in DecodeArith()321 std::vector<CJBig2_Image*> SBSYMS; // Pointers are not owned in DecodeHuffman() local322 SBSYMS.resize(pDecoder->SBNUMSYMS); in DecodeHuffman()323 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in DecodeHuffman()325 SBSYMS[i + SDNUMINSYMS] = SDNEWSYMS[i].get(); in DecodeHuffman()326 pDecoder->SBSYMS = SBSYMS.data(); in DecodeHuffman()
142 IBI = SBSYMS[IDI]; in DecodeHuffman()158 CJBig2_Image* IBOI = SBSYMS[IDI]; in DecodeHuffman()328 pIBI = SBSYMS[IDI]; in DecodeArith()338 CJBig2_Image* IBOI = SBSYMS[IDI]; in DecodeArith()
74 CJBig2_Image** SBSYMS; variable
642 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in ParseTextRegion() local644 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in ParseTextRegion()653 SBSYMS.get()[dwIndex] = dict.GetImage(j); in ParseTextRegion()658 pTRD->SBSYMS = SBSYMS.get(); in ParseTextRegion()660 pTRD->SBSYMS = nullptr; in ParseTextRegion()