Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp228 JBig2IntDecoderState* pIDS) { in DecodeArith() argument
234 if (pIDS) in DecodeArith()
235 pIADT = pIDS->IADT; in DecodeArith()
251 if (pIDS) { in DecodeArith()
252 pIAFS = pIDS->IAFS; in DecodeArith()
253 pIADS = pIDS->IADS; in DecodeArith()
254 pIAIT = pIDS->IAIT; in DecodeArith()
255 pIARI = pIDS->IARI; in DecodeArith()
256 pIARDW = pIDS->IARDW; in DecodeArith()
257 pIARDH = pIDS->IARDH; in DecodeArith()
[all …]
DJBig2_TrdProc.h58 JBig2IntDecoderState* pIDS);