Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp82 CJBig2_ArithIaidDecoder::CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA) in CJBig2_ArithIaidDecoder() function in CJBig2_ArithIaidDecoder
88 CJBig2_ArithIaidDecoder::~CJBig2_ArithIaidDecoder() in ~CJBig2_ArithIaidDecoder()
92 int CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) in decode()
DJBig2_ArithIntDecoder.h24 class CJBig2_ArithIaidDecoder : public CJBig2_Object
28 CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA);
30 ~CJBig2_ArithIaidDecoder();
DJBig2_GeneralDecoder.h158 CJBig2_ArithIaidDecoder *IAID;
DJBig2_GeneralDecoder.cpp2113 CJBig2_ArithIaidDecoder *IAID; in decode_Arith()
2137 JBIG2_ALLOC(IAID , CJBig2_ArithIaidDecoder(SBSYMCODELEN)); in decode_Arith()
2358 CJBig2_ArithIaidDecoder *IAID; in decode_Arith()
2377 JBIG2_ALLOC(IAID, CJBig2_ArithIaidDecoder((FX_BYTE)nTmp)); in decode_Arith()