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.cpp88 CJBig2_ArithIaidDecoder::CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA) in CJBig2_ArithIaidDecoder() function in CJBig2_ArithIaidDecoder
93 CJBig2_ArithIaidDecoder::~CJBig2_ArithIaidDecoder() {} in ~CJBig2_ArithIaidDecoder()
95 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.h17 class CJBig2_ArithIaidDecoder; variable
34 CJBig2_ArithIaidDecoder* IAID;
DJBig2_TrdProc.cpp236 MaybeOwned<CJBig2_ArithIaidDecoder> pIAID; in decode_Arith()
258 pIAID = pdfium::MakeUnique<CJBig2_ArithIaidDecoder>(SBSYMCODELEN); in decode_Arith()
DJBig2_SddProc.cpp45 std::unique_ptr<CJBig2_ArithIaidDecoder> IAID; in decode_Arith()
64 IAID = pdfium::MakeUnique<CJBig2_ArithIaidDecoder>((uint8_t)nTmp); in decode_Arith()