Home
last modified time | relevance | path

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

/external/pdfium/core/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_TrdProc.cpp214 std::unique_ptr<CJBig2_ArithIntDecoder> IADT; in decode_Arith()
215 std::unique_ptr<CJBig2_ArithIntDecoder> IAFS; in decode_Arith()
216 std::unique_ptr<CJBig2_ArithIntDecoder> IADS; in decode_Arith()
217 std::unique_ptr<CJBig2_ArithIntDecoder> IAIT; in decode_Arith()
218 std::unique_ptr<CJBig2_ArithIntDecoder> IARI; in decode_Arith()
219 std::unique_ptr<CJBig2_ArithIntDecoder> IARDW; in decode_Arith()
220 std::unique_ptr<CJBig2_ArithIntDecoder> IARDH; in decode_Arith()
221 std::unique_ptr<CJBig2_ArithIntDecoder> IARDX; in decode_Arith()
222 std::unique_ptr<CJBig2_ArithIntDecoder> IARDY; in decode_Arith()
224 CJBig2_ArithIntDecoder* pIADT; in decode_Arith()
[all …]
DJBig2_SddProc.cpp46 std::unique_ptr<CJBig2_ArithIntDecoder> IADH(new CJBig2_ArithIntDecoder); in decode_Arith()
47 std::unique_ptr<CJBig2_ArithIntDecoder> IADW(new CJBig2_ArithIntDecoder); in decode_Arith()
48 std::unique_ptr<CJBig2_ArithIntDecoder> IAAI(new CJBig2_ArithIntDecoder); in decode_Arith()
49 std::unique_ptr<CJBig2_ArithIntDecoder> IARDX(new CJBig2_ArithIntDecoder); in decode_Arith()
50 std::unique_ptr<CJBig2_ArithIntDecoder> IARDY(new CJBig2_ArithIntDecoder); in decode_Arith()
51 std::unique_ptr<CJBig2_ArithIntDecoder> IAEX(new CJBig2_ArithIntDecoder); in decode_Arith()
52 std::unique_ptr<CJBig2_ArithIntDecoder> IADT(new CJBig2_ArithIntDecoder); in decode_Arith()
53 std::unique_ptr<CJBig2_ArithIntDecoder> IAFS(new CJBig2_ArithIntDecoder); in decode_Arith()
54 std::unique_ptr<CJBig2_ArithIntDecoder> IADS(new CJBig2_ArithIntDecoder); in decode_Arith()
55 std::unique_ptr<CJBig2_ArithIntDecoder> IAIT(new CJBig2_ArithIntDecoder); in decode_Arith()
[all …]
DJBig2_ArithIntDecoder.cpp44 CJBig2_ArithIntDecoder::CJBig2_ArithIntDecoder() { in CJBig2_ArithIntDecoder() function in CJBig2_ArithIntDecoder
48 CJBig2_ArithIntDecoder::~CJBig2_ArithIntDecoder() {} in ~CJBig2_ArithIntDecoder()
50 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
DJBig2_ArithIntDecoder.h15 class CJBig2_ArithIntDecoder {
17 CJBig2_ArithIntDecoder();
18 ~CJBig2_ArithIntDecoder();