Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp37 auto IARDY = std::make_unique<CJBig2_ArithIntDecoder>(); in DecodeArith() local
160 ids.IARDY = IARDY.get(); in DecodeArith()
179 IARDY->Decode(pArithDecoder, &RDYI); in DecodeArith()
DJBig2_TrdProc.h38 UnownedPtr<CJBig2_ArithIntDecoder> IARDY; member
DJBig2_TrdProc.cpp257 pIARDY = pIDS->IARDY; in DecodeArith()