Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp229 MaybeOwned<CJBig2_ArithIntDecoder> pIADS; in decode_Arith() local
240 pIADS = pIDS->IADS; in decode_Arith()
251 pIADS = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in decode_Arith()
290 if (!pIADS->decode(pArithDecoder, &IDS)) in decode_Arith()