Searched refs:SBSYMS (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_SddProc.cpp | 41 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 …]
|
D | JBig2_TrdProc.cpp | 107 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()
|
D | JBig2_TrdProc.h | 62 CJBig2_Image** SBSYMS; variable
|
D | JBig2_Context.cpp | 725 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()
|