Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp8 CJBig2_ArithIntDecoder::CJBig2_ArithIntDecoder() in CJBig2_ArithIntDecoder() function in CJBig2_ArithIntDecoder
13 CJBig2_ArithIntDecoder::~CJBig2_ArithIntDecoder() in ~CJBig2_ArithIntDecoder()
17 int CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) in decode()
DJBig2_ArithIntDecoder.h11 class CJBig2_ArithIntDecoder : public CJBig2_Object
15 CJBig2_ArithIntDecoder();
17 ~CJBig2_ArithIntDecoder();
DJBig2_GeneralDecoder.cpp2112 CJBig2_ArithIntDecoder *IADT, *IAFS, *IADS, *IAIT, *IARI, *IARDW, *IARDH, *IARDX, *IARDY; in decode_Arith()
2128 JBIG2_ALLOC(IADT, CJBig2_ArithIntDecoder()); in decode_Arith()
2129 JBIG2_ALLOC(IAFS, CJBig2_ArithIntDecoder()); in decode_Arith()
2130 JBIG2_ALLOC(IADS, CJBig2_ArithIntDecoder()); in decode_Arith()
2131 JBIG2_ALLOC(IAIT, CJBig2_ArithIntDecoder()); in decode_Arith()
2132 JBIG2_ALLOC(IARI, CJBig2_ArithIntDecoder()); in decode_Arith()
2133 JBIG2_ALLOC(IARDW, CJBig2_ArithIntDecoder()); in decode_Arith()
2134 JBIG2_ALLOC(IARDH, CJBig2_ArithIntDecoder()); in decode_Arith()
2135 JBIG2_ALLOC(IARDX, CJBig2_ArithIntDecoder()); in decode_Arith()
2136 JBIG2_ALLOC(IARDY, CJBig2_ArithIntDecoder()); in decode_Arith()
[all …]
DJBig2_GeneralDecoder.h149 CJBig2_ArithIntDecoder *IADT,