Searched refs:decode_Arith (Results 1 - 13 of 13) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
H A D | JBig2_PddProc.h | 20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
H A D | JBig2_GsidProc.h | 20 FX_DWORD* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
H A D | JBig2_HtrdProc.h | 21 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
H A D | JBig2_SddProc.h | 23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
H A D | JBig2_GrdProc.h | 24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 51 FXCODEC_STATUS decode_Arith(IFX_Pause* pPause);
|
H A D | JBig2_TrdProc.h | 46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
H A D | JBig2_HtrdProc.cpp | 14 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_HTRDProc 51 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
|
H A D | JBig2_PddProc.cpp | 15 CJBig2_PatternDict* CJBig2_PDDProc::decode_Arith( function in class:CJBig2_PDDProc
|
H A D | JBig2_GsidProc.cpp | 17 FX_DWORD* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_GSIDProc
|
H A D | JBig2_SddProc.cpp | 22 CJBig2_SymbolDict* CJBig2_SDDProc::decode_Arith( function in class:CJBig2_SDDProc 110 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); 195 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);
|
H A D | JBig2_Context.cpp | 623 pSegment->m_Result.sd = pSymbolDictDecoder->decode_Arith( 943 pTRD->decode_Arith(pArithDecoder.get(), grContext.get()); 996 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); 1062 pHRD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause);
|
H A D | JBig2_GrdProc.cpp | 42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_GRDProc 612 return decode_Arith(pPause); 615 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith(IFX_Pause* pPause) { function in class:CJBig2_GRDProc 692 return decode_Arith(pPause);
|
H A D | JBig2_TrdProc.cpp | 215 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_TRDProc
|
Completed in 119 milliseconds