Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp241 MaybeOwned<CJBig2_ArithIntDecoder> pIADS; in DecodeArith() local
251 pIADS = pIDS->IADS; in DecodeArith()
261 pIADS = std::make_unique<CJBig2_ArithIntDecoder>(); in DecodeArith()
297 if (!pIADS->Decode(pArithDecoder, &IDS)) in DecodeArith()