Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp76 CJBig2_ArithIaidDecoder::CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA) in CJBig2_ArithIaidDecoder() function in CJBig2_ArithIaidDecoder
81 CJBig2_ArithIaidDecoder::~CJBig2_ArithIaidDecoder() {} in ~CJBig2_ArithIaidDecoder()
83 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.cpp223 std::unique_ptr<CJBig2_ArithIaidDecoder> IAID; in decode_Arith()
233 CJBig2_ArithIaidDecoder* pIAID; in decode_Arith()
255 IAID = pdfium::MakeUnique<CJBig2_ArithIaidDecoder>(SBSYMCODELEN); in decode_Arith()
DJBig2_SddProc.cpp44 std::unique_ptr<CJBig2_ArithIaidDecoder> IAID; in decode_Arith()
63 IAID = pdfium::MakeUnique<CJBig2_ArithIaidDecoder>((uint8_t)nTmp); in decode_Arith()