Searched refs:decode_Arith_Template1_unopt (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.h65 FXCODEC_STATUS decode_Arith_Template1_unopt(CJBig2_Image * pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause);
96 CJBig2_Image *decode_Arith_Template1_unopt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext);
H A DJBig2_GeneralDecoder.cpp33 return decode_Arith_Template1_unopt(pArithDecoder, gbContext);
503 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template1_unopt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext) function in class:CJBig2_GRDProc
3385 m_ProssiveStatus = decode_Arith_Template1_unopt(pImage, m_pArithDecoder, m_gbContext, pPause);
3991 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith_Template1_unopt(CJBig2_Image * pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext, IFX_Pause* pPause) function in class:CJBig2_GRDProc

Completed in 39 milliseconds