Searched refs:CJBig2_ArithDecoder (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.h41 CJBig2_Image *decode_Arith(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext);
43 CJBig2_Image *decode_Arith_V2(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext);
45 CJBig2_Image *decode_Arith_V1(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext);
48 FXCODEC_STATUS Start_decode_Arith(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause = NULL);
49 FXCODEC_STATUS Start_decode_Arith_V2(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause = NULL);
50 FXCODEC_STATUS Start_decode_Arith_V1(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause = NULL);
62 FXCODEC_STATUS decode_Arith_Template0_opt3(CJBig2_Image*pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause);
63 FXCODEC_STATUS decode_Arith_Template0_unopt(CJBig2_Image *pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause);
64 FXCODEC_STATUS decode_Arith_Template1_opt3(CJBig2_Image *pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause);
65 FXCODEC_STATUS decode_Arith_Template1_unopt(CJBig2_Image * pImage, CJBig2_ArithDecoder *pArithDecode
[all...]
H A DJBig2_ArithIntDecoder.h19 int decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult);
32 int decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult);
H A DJBig2_ArithDecoder.h16 class CJBig2_ArithDecoder : public CJBig2_Object class in inherits:CJBig2_Object
20 CJBig2_ArithDecoder(CJBig2_BitStream *pStream);
22 ~CJBig2_ArithDecoder();
36 inline CJBig2_ArithDecoder::CJBig2_ArithDecoder(CJBig2_BitStream *pStream) function in class:CJBig2_ArithDecoder
41 inline CJBig2_ArithDecoder::~CJBig2_ArithDecoder()
44 inline void CJBig2_ArithDecoder::INITDEC()
53 inline void CJBig2_ArithDecoder::BYTEIN()
73 inline int CJBig2_ArithDecoder
[all...]
H A DJBig2_ArithIntDecoder.cpp17 int CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult)
92 int CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult)
H A DJBig2_GeneralDecoder.cpp13 CJBig2_Image *CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
49 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template0_opt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
94 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template0_opt2(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
161 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template0_opt3(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
253 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template0_unopt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
300 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template1_opt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
345 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template1_opt2(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
412 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template1_opt3(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
503 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template1_unopt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
548 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template2_opt(CJBig2_ArithDecoder *pArithDecode
[all...]
H A DJBig2_Context.h128 CJBig2_ArithDecoder *m_pArithDecoder;
H A DJBig2_Context.cpp615 CJBig2_ArithDecoder *pArithDecoder;
795 JBIG2_ALLOC(pArithDecoder, CJBig2_ArithDecoder(m_pStream));
903 CJBig2_ArithDecoder *pArithDecoder;
1170 JBIG2_ALLOC(pArithDecoder, CJBig2_ArithDecoder(m_pStream));
1296 CJBig2_ArithDecoder *pArithDecoder;
1320 JBIG2_ALLOC(pArithDecoder, CJBig2_ArithDecoder(m_pStream));
1353 CJBig2_ArithDecoder *pArithDecoder;
1402 JBIG2_ALLOC(pArithDecoder, CJBig2_ArithDecoder(m_pStream));
1491 JBIG2_ALLOC(m_pArithDecoder, CJBig2_ArithDecoder(m_pStream));
1565 CJBig2_ArithDecoder *pArithDecode
[all...]

Completed in 1088 milliseconds