Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_TrdProc.h15 class CJBig2_ArithIntDecoder; variable
22 CJBig2_ArithIntDecoder* IADT;
23 CJBig2_ArithIntDecoder* IAFS;
24 CJBig2_ArithIntDecoder* IADS;
25 CJBig2_ArithIntDecoder* IAIT;
26 CJBig2_ArithIntDecoder* IARI;
27 CJBig2_ArithIntDecoder* IARDW;
28 CJBig2_ArithIntDecoder* IARDH;
29 CJBig2_ArithIntDecoder* IARDX;
30 CJBig2_ArithIntDecoder* IARDY;
DJBig2_SddProc.cpp44 std::unique_ptr<CJBig2_ArithIntDecoder> IADH(new CJBig2_ArithIntDecoder); in decode_Arith()
45 std::unique_ptr<CJBig2_ArithIntDecoder> IADW(new CJBig2_ArithIntDecoder); in decode_Arith()
46 std::unique_ptr<CJBig2_ArithIntDecoder> IAAI(new CJBig2_ArithIntDecoder); in decode_Arith()
47 std::unique_ptr<CJBig2_ArithIntDecoder> IARDX(new CJBig2_ArithIntDecoder); in decode_Arith()
48 std::unique_ptr<CJBig2_ArithIntDecoder> IARDY(new CJBig2_ArithIntDecoder); in decode_Arith()
49 std::unique_ptr<CJBig2_ArithIntDecoder> IAEX(new CJBig2_ArithIntDecoder); in decode_Arith()
50 std::unique_ptr<CJBig2_ArithIntDecoder> IADT(new CJBig2_ArithIntDecoder); in decode_Arith()
51 std::unique_ptr<CJBig2_ArithIntDecoder> IAFS(new CJBig2_ArithIntDecoder); in decode_Arith()
52 std::unique_ptr<CJBig2_ArithIntDecoder> IADS(new CJBig2_ArithIntDecoder); in decode_Arith()
53 std::unique_ptr<CJBig2_ArithIntDecoder> IAIT(new CJBig2_ArithIntDecoder); in decode_Arith()
[all …]
DJBig2_ArithIntDecoder.cpp47 CJBig2_ArithIntDecoder::CJBig2_ArithIntDecoder() { in CJBig2_ArithIntDecoder() function in CJBig2_ArithIntDecoder
51 CJBig2_ArithIntDecoder::~CJBig2_ArithIntDecoder() { in ~CJBig2_ArithIntDecoder()
54 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
DJBig2_ArithIntDecoder.h15 class CJBig2_ArithIntDecoder {
17 CJBig2_ArithIntDecoder();
18 ~CJBig2_ArithIntDecoder();
DJBig2_TrdProc.cpp231 CJBig2_ArithIntDecoder* IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH, in decode_Arith()
247 IADT = new CJBig2_ArithIntDecoder(); in decode_Arith()
248 IAFS = new CJBig2_ArithIntDecoder(); in decode_Arith()
249 IADS = new CJBig2_ArithIntDecoder(); in decode_Arith()
250 IAIT = new CJBig2_ArithIntDecoder(); in decode_Arith()
251 IARI = new CJBig2_ArithIntDecoder(); in decode_Arith()
252 IARDW = new CJBig2_ArithIntDecoder(); in decode_Arith()
253 IARDH = new CJBig2_ArithIntDecoder(); in decode_Arith()
254 IARDX = new CJBig2_ArithIntDecoder(); in decode_Arith()
255 IARDY = new CJBig2_ArithIntDecoder(); in decode_Arith()