Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp243 MaybeOwned<CJBig2_ArithIntDecoder> pIADS; in DecodeArith() local
253 pIADS = pIDS->IADS; in DecodeArith()
263 pIADS = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
299 if (!pIADS->Decode(pArithDecoder, &IDS)) in DecodeArith()