Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp80 CJBig2_ArithIaidDecoder::CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA) in CJBig2_ArithIaidDecoder() function in CJBig2_ArithIaidDecoder
85 CJBig2_ArithIaidDecoder::~CJBig2_ArithIaidDecoder() { in ~CJBig2_ArithIaidDecoder()
88 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
DJBig2_ArithIntDecoder.h28 class CJBig2_ArithIaidDecoder {
30 explicit CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA);
31 ~CJBig2_ArithIaidDecoder();
DJBig2_TrdProc.h14 class CJBig2_ArithIaidDecoder; variable
31 CJBig2_ArithIaidDecoder* IAID;
DJBig2_TrdProc.cpp233 CJBig2_ArithIaidDecoder* IAID; in decode_Arith()
256 IAID = new CJBig2_ArithIaidDecoder(SBSYMCODELEN); in decode_Arith()
DJBig2_SddProc.cpp42 std::unique_ptr<CJBig2_ArithIaidDecoder> IAID; in decode_Arith()
61 IAID.reset(new CJBig2_ArithIaidDecoder((uint8_t)nTmp)); in decode_Arith()