Searched refs:IARDW (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GeneralDecoder.cpp | 2112 CJBig2_ArithIntDecoder *IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH, *IARDX, *IARDY; in decode_Arith() local 2121 IARDW = pIDS->IARDW; in decode_Arith() 2133 JBIG2_ALLOC(IARDW, CJBig2_ArithIntDecoder()); in decode_Arith() 2215 if((IARDW->decode(pArithDecoder, &RDWI) == -1) in decode_Arith() 2308 delete IARDW; in decode_Arith() 2322 delete IARDW; in decode_Arith() 2357 *IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH; in decode_Arith() local 2371 JBIG2_ALLOC(IARDW, CJBig2_ArithIntDecoder()); in decode_Arith() 2507 ids.IARDW = IARDW; in decode_Arith() 2641 delete IARDW; in decode_Arith() [all …]
|
D | JBig2_GeneralDecoder.h | 154 *IARDW, member
|