Home
last modified time | relevance | path

Searched refs:IADS (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp2112 CJBig2_ArithIntDecoder *IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH, *IARDX, *IARDY; in decode_Arith() local
2118 IADS = pIDS->IADS; in decode_Arith()
2130 JBIG2_ALLOC(IADS, CJBig2_ArithIntDecoder()); in decode_Arith()
2168 nRet = IADS->decode(pArithDecoder, &IDS); in decode_Arith()
2305 delete IADS; in decode_Arith()
2319 delete IADS; in decode_Arith()
2357 *IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH; in decode_Arith() local
2368 JBIG2_ALLOC(IADS, CJBig2_ArithIntDecoder()); in decode_Arith()
2504 ids.IADS = IADS; in decode_Arith()
2638 delete IADS; in decode_Arith()
[all …]
DJBig2_GeneralDecoder.h151 *IADS, member