Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.h23 std::unique_ptr<CJBig2_PatternDict> DecodeArith(
DJBig2_HtrdProc.h24 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_SddProc.h29 std::unique_ptr<CJBig2_SymbolDict> DecodeArith(
DJBig2_TrdProc.h57 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_GrdProc.h40 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_PddProc.cpp15 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::DecodeArith( in DecodeArith() function in CJBig2_PDDProc
DJBig2_SddProc.cpp29 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SDDProc::DecodeArith( in DecodeArith() function in CJBig2_SDDProc
97 BS = pGRD->DecodeArith(pArithDecoder, gbContext->data()); in DecodeArith()
162 BS = pDecoder->DecodeArith(pArithDecoder, grContext->data(), &ids); in DecodeArith()
DJBig2_HtrdProc.cpp16 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::DecodeArith( in DecodeArith() function in CJBig2_HTRDProc
DJBig2_Context.cpp544 pSegment->m_SymbolDict = pSymbolDictDecoder->DecodeArith( in ParseSymbolDict()
798 pTRD->DecodeArith(pArithDecoder.get(), grContext.get(), nullptr); in ParseTextRegion()
844 pPDD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParsePatternDict()
911 pHRD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParseHalftoneRegion()
DJBig2_TrdProc.cpp223 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::DecodeArith( in DecodeArith() function in CJBig2_TRDProc
DJBig2_GrdProc.cpp61 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::DecodeArith( in DecodeArith() function in CJBig2_GRDProc