Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp226 JBig2IntDecoderState* pIDS) { in decode_Arith() argument
237 if (pIDS) { in decode_Arith()
238 pIADT = pIDS->IADT; in decode_Arith()
239 pIAFS = pIDS->IAFS; in decode_Arith()
240 pIADS = pIDS->IADS; in decode_Arith()
241 pIAIT = pIDS->IAIT; in decode_Arith()
242 pIARI = pIDS->IARI; in decode_Arith()
243 pIARDW = pIDS->IARDW; in decode_Arith()
244 pIARDH = pIDS->IARDH; in decode_Arith()
245 pIARDX = pIDS->IARDX; in decode_Arith()
[all …]
DJBig2_TrdProc.h54 JBig2IntDecoderState* pIDS);