Searched refs:decode_Arith (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_PddProc.h20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_GsidProc.h20 FX_DWORD* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_HtrdProc.h21 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_SddProc.h23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_GrdProc.h24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
51 FXCODEC_STATUS decode_Arith(IFX_Pause* pPause);
H A DJBig2_TrdProc.h46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_HtrdProc.cpp14 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_HTRDProc
51 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
H A DJBig2_PddProc.cpp15 CJBig2_PatternDict* CJBig2_PDDProc::decode_Arith( function in class:CJBig2_PDDProc
H A DJBig2_GsidProc.cpp17 FX_DWORD* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_GSIDProc
H A DJBig2_SddProc.cpp22 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 DJBig2_Context.cpp623 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 DJBig2_GrdProc.cpp42 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 DJBig2_TrdProc.cpp215 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_TRDProc

Completed in 119 milliseconds