Searched refs:decode_Arith (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.h | 24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 51 FXCODEC_STATUS decode_Arith(IFX_Pause* pPause);
|
D | JBig2_HtrdProc.cpp | 15 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()
|
D | JBig2_PddProc.h | 20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_GsidProc.h | 20 uint32_t* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_HtrdProc.h | 20 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_SddProc.h | 23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.h | 46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_PddProc.cpp | 15 CJBig2_PatternDict* CJBig2_PDDProc::decode_Arith( in decode_Arith() function in CJBig2_PDDProc
|
D | JBig2_GsidProc.cpp | 17 uint32_t* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() function in CJBig2_GSIDProc
|
D | JBig2_SddProc.cpp | 23 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()
|
D | JBig2_GrdProc.cpp | 42 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()
|
D | JBig2_Context.cpp | 605 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()
|
D | JBig2_TrdProc.cpp | 211 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() function in CJBig2_TRDProc
|