Home
last modified time | relevance | path

Searched refs:SBSYMS (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp44 std::vector<CJBig2_Image*> SBSYMS; in decode_Arith() local
133 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 …]
DJBig2_TrdProc.cpp113 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()
DJBig2_TrdProc.h67 CJBig2_Image** SBSYMS; variable
DJBig2_Context.cpp701 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in parseTextRegion() local
703 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()