Home
last modified time | relevance | path

Searched refs:IARDY (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_TrdProc.cpp232 *IARDX, *IARDY; in decode_Arith() local
243 IARDY = pIDS->IARDY; in decode_Arith()
255 IARDY = new CJBig2_ArithIntDecoder(); in decode_Arith()
309 IARDY->decode(pArithDecoder, &RDYI); in decode_Arith()
395 delete IARDY; in decode_Arith()
409 delete IARDY; in decode_Arith()
DJBig2_TrdProc.h30 CJBig2_ArithIntDecoder* IARDY; member
DJBig2_SddProc.cpp48 std::unique_ptr<CJBig2_ArithIntDecoder> IARDY(new CJBig2_ArithIntDecoder); in decode_Arith() local
193 ids.IARDY = IARDY.get(); in decode_Arith()
206 IARDY->decode(pArithDecoder, &RDYI); in decode_Arith()