HomeSort by relevance Sort by last modified time
    Searched defs:pArithDecoder (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 628 CJBig2_ArithDecoder *pArithDecoder;
821 JBIG2_ALLOC(pArithDecoder, CJBig2_ArithDecoder(m_pStream));
822 pSegment->m_Result.sd = pSymbolDictDecoder->decode_Arith(pArithDecoder, gbContext, grContext);
823 delete pArithDecoder;
    [all...]
JBig2_GeneralDecoder.cpp 66 CJBig2_Image *CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext)
78 return decode_Arith_Template0_opt3(pArithDecoder, gbContext);
80 return decode_Arith_Template0_unopt(pArithDecoder, gbContext);
84 return decode_Arith_Template1_opt3(pArithDecoder, gbContext);
86 return decode_Arith_Template1_unopt(pArithDecoder, gbContext);
90 return decode_Arith_Template2_opt3(pArithDecoder, gbContext);
92 return decode_Arith_Template2_unopt(pArithDecoder, gbContext);
96 return decode_Arith_Template3_opt3(pArithDecoder, gbContext);
98 return decode_Arith_Template3_unopt(pArithDecoder, gbContext);
102 CJBig2_Image *CJBig2_GRDProc::decode_Arith_Template0_opt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *gbContext
    [all...]

Completed in 33 milliseconds