Home
last modified time | relevance | path

Searched refs:decode_Arith (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
51 FXCODEC_STATUS decode_Arith(IFX_Pause* pPause);
DJBig2_HtrdProc.cpp15 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() function in CJBig2_HTRDProc
52 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause); in decode_Arith()
DJBig2_PddProc.h20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_GsidProc.h20 uint32_t* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_HtrdProc.h20 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_SddProc.h23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_TrdProc.h46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_PddProc.cpp15 CJBig2_PatternDict* CJBig2_PDDProc::decode_Arith( in decode_Arith() function in CJBig2_PDDProc
DJBig2_GsidProc.cpp17 uint32_t* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() function in CJBig2_GSIDProc
DJBig2_SddProc.cpp23 CJBig2_SymbolDict* CJBig2_SDDProc::decode_Arith( in decode_Arith() function in CJBig2_SDDProc
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith()
189 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids); in decode_Arith()
DJBig2_GrdProc.cpp42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() function in CJBig2_GRDProc
565 return decode_Arith(pPause); in Start_decode_Arith()
568 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith(IFX_Pause* pPause) { in decode_Arith() function in CJBig2_GRDProc
645 return decode_Arith(pPause); in Continue_decode()
DJBig2_Context.cpp605 pSegment->m_Result.sd = pSymbolDictDecoder->decode_Arith( in parseSymbolDict()
909 pTRD->decode_Arith(pArithDecoder.get(), grContext.get(), nullptr); in parseTextRegion()
962 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parsePatternDict()
1028 pHRD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parseHalftoneRegion()
DJBig2_TrdProc.cpp211 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() function in CJBig2_TRDProc