HomeSort by relevance Sort by last modified time
    Searched refs:decode_Arith (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_PddProc.h 20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2_GsidProc.h 20 FX_DWORD* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2_HtrdProc.h 21 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2_SddProc.h 23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2_GrdProc.h 24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
51 FXCODEC_STATUS decode_Arith(IFX_Pause* pPause);
JBig2_TrdProc.h 46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2_HtrdProc.cpp 14 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
51 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
JBig2_PddProc.cpp 15 CJBig2_PatternDict* CJBig2_PDDProc::decode_Arith(
JBig2_GsidProc.cpp 17 FX_DWORD* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
JBig2_SddProc.cpp 22 CJBig2_SymbolDict* CJBig2_SDDProc::decode_Arith(
110 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data());
195 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);
JBig2_Context.cpp 623 pSegment->m_Result.sd = pSymbolDictDecoder->decode_Arith(
    [all...]
JBig2_GrdProc.cpp 42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
612 return decode_Arith(pPause);
615 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith(IFX_Pause* pPause) {
692 return decode_Arith(pPause);
    [all...]
JBig2_TrdProc.cpp 215 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,

Completed in 97 milliseconds