Searched defs:decode_Arith (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_PddProc.cpp16 std::unique_ptr<CJBig2_PatternDict> CJBig2_PDDProc::decode_Arith( function in class:CJBig2_PDDProc
H A DJBig2_HtrdProc.cpp17 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::decode_Arith( function in class:CJBig2_HTRDProc
H A DJBig2_GrdProc.cpp46 std::unique_ptr<CJBig2_Image> CJBig2_GRDProc::decode_Arith( function in class:CJBig2_GRDProc
665 return decode_Arith(pPause, pArithDecoder);
668 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith( function in class:CJBig2_GRDProc
746 return decode_Arith(pPause, pArithDecoder);
H A DJBig2_TrdProc.cpp223 std::unique_ptr<CJBig2_Image> CJBig2_TRDProc::decode_Arith( function in class:CJBig2_TRDProc
H A DJBig2_SddProc.cpp24 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SDDProc::decode_Arith( function in class:CJBig2_SDDProc
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data());
183 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);

Completed in 135 milliseconds