Searched refs:SBSYMS (Results 1 – 4 of 4) sorted by relevance
44 std::vector<CJBig2_Image*> SBSYMS; in decode_Arith() local133 SBSYMS.resize(SBNUMSYMS); in decode_Arith()134 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in decode_Arith()136 SBSYMS[i + SDNUMINSYMS] = SDNEWSYMS[i].get(); in decode_Arith()137 pDecoder->SBSYMS = SBSYMS.data(); in decode_Arith()195 SBSYMS.resize(SBNUMSYMS); in decode_Arith()196 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in decode_Arith()198 SBSYMS[i + SDNUMINSYMS] = SDNEWSYMS[i].get(); in decode_Arith()199 if (!SBSYMS[IDI]) in decode_Arith()206 pGRRD->GRREFERENCE = SBSYMS[IDI]; in decode_Arith()[all …]
113 IBI = SBSYMS[IDI]; in decode_Huffman()129 CJBig2_Image* IBOI = SBSYMS[IDI]; in decode_Huffman()321 pIBI = SBSYMS[IDI]; in decode_Arith()331 CJBig2_Image* IBOI = SBSYMS[IDI]; in decode_Arith()
67 CJBig2_Image** SBSYMS; variable
701 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in parseTextRegion() local703 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()711 SBSYMS.get()[dwTemp + j] = dict.GetImage(j); in parseTextRegion()715 pTRD->SBSYMS = SBSYMS.get(); in parseTextRegion()717 pTRD->SBSYMS = nullptr; in parseTextRegion()