Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp127 std::vector<CJBig2_Image*> SBSYMS; // Pointers are not owned in DecodeArith() local
128 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() local
322 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()
DJBig2_TrdProc.cpp142 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()
DJBig2_TrdProc.h74 CJBig2_Image** SBSYMS; variable
DJBig2_Context.cpp642 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in ParseTextRegion() local
644 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()