Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp233 MaybeOwned<CJBig2_ArithIntDecoder> pIADT; in DecodeArith() local
235 pIADT = pIDS->IADT; in DecodeArith()
237 pIADT = pdfium::MakeUnique<CJBig2_ArithIntDecoder>(); in DecodeArith()
239 if (!pIADT->Decode(pArithDecoder, &INITIAL_STRIPT)) in DecodeArith()
283 if (!pIADT->Decode(pArithDecoder, &INITIAL_DT)) in DecodeArith()