Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h28 std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
55 FXCODEC_STATUS decode_Arith(IFX_PauseIndicator* pPause,
DJBig2_PddProc.h22 std::unique_ptr<CJBig2_PatternDict> decode_Arith(
DJBig2_SddProc.h23 std::unique_ptr<CJBig2_SymbolDict> decode_Arith(
DJBig2_HtrdProc.h23 std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_TrdProc.h52 std::unique_ptr<CJBig2_Image> decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_PddProc.cpp16 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::decode_Arith( in decode_Arith() function in CJBig2_PDDProc
DJBig2_SddProc.cpp24 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SDDProc::decode_Arith( in decode_Arith() function in CJBig2_SDDProc
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith()
183 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids); in decode_Arith()
DJBig2_HtrdProc.cpp17 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::decode_Arith( in decode_Arith() function in CJBig2_HTRDProc
DJBig2_Context.cpp598 pSegment->m_SymbolDict = pSymbolDictDecoder->decode_Arith( in parseSymbolDict()
901 pTRD->decode_Arith(pArithDecoder.get(), grContext.get(), nullptr); in parseTextRegion()
952 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parsePatternDict()
1018 pHRD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parseHalftoneRegion()
DJBig2_GrdProc.cpp46 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::decode_Arith( in decode_Arith() function in CJBig2_GRDProc
665 return decode_Arith(pPause, pArithDecoder); in Start_decode_Arith()
668 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith( in decode_Arith() function in CJBig2_GRDProc
746 return decode_Arith(pPause, pArithDecoder); in Continue_decode()
DJBig2_TrdProc.cpp223 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::decode_Arith( in decode_Arith() function in CJBig2_TRDProc