Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SddProc.cpp41 CJBig2_Image** SBSYMS; in decode_Arith() local
132 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
133 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
134 JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, in decode_Arith()
136 pDecoder->SBSYMS = SBSYMS; in decode_Arith()
197 FX_Free(SBSYMS); in decode_Arith()
200 FX_Free(SBSYMS); in decode_Arith()
210 SBSYMS = FX_Alloc(CJBig2_Image*, SBNUMSYMS); in decode_Arith()
211 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
212 JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, in decode_Arith()
[all …]
DJBig2_TrdProc.cpp107 IBI = SBSYMS[IDI]; in decode_Huffman()
118 IBOI = SBSYMS[IDI]; in decode_Huffman()
300 if (!SBSYMS[IDI]) in decode_Arith()
304 IBI = SBSYMS[IDI]; in decode_Arith()
310 IBOI = SBSYMS[IDI]; in decode_Arith()
DJBig2_TrdProc.h62 CJBig2_Image** SBSYMS; variable
DJBig2_Context.cpp725 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SBSYMS; in parseTextRegion() local
727 SBSYMS.reset(FX_Alloc(CJBig2_Image*, pTRD->SBNUMSYMS)); in parseTextRegion()
735 SBSYMS.get()[dwTemp + j] = dict.GetImage(j); in parseTextRegion()
739 pTRD->SBSYMS = SBSYMS.get(); in parseTextRegion()
741 pTRD->SBSYMS = NULL; in parseTextRegion()