Searched refs:CJBig2_ArithIntDecoder (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_ArithIntDecoder.cpp | 8 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()
|
D | JBig2_ArithIntDecoder.h | 11 class CJBig2_ArithIntDecoder : public CJBig2_Object 15 CJBig2_ArithIntDecoder(); 17 ~CJBig2_ArithIntDecoder();
|
D | JBig2_GeneralDecoder.cpp | 2112 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 …]
|
D | JBig2_GeneralDecoder.h | 149 CJBig2_ArithIntDecoder *IADT,
|