Home
last modified time | relevance | path

Searched refs:gbContext (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h29 JBig2ArithCtx* gbContext);
33 JBig2ArithCtx* gbContext,
59 JBig2ArithCtx* gbContext,
64 JBig2ArithCtx* gbContext,
68 JBig2ArithCtx* gbContext,
73 JBig2ArithCtx* gbContext,
77 JBig2ArithCtx* gbContext,
82 JBig2ArithCtx* gbContext,
86 JBig2ArithCtx* gbContext,
91 JBig2ArithCtx* gbContext,
[all …]
DJBig2_GrdProc.cpp48 JBig2ArithCtx* gbContext) { in decode_Arith() argument
56 return decode_Arith_Template0_opt3(pArithDecoder, gbContext); in decode_Arith()
57 return decode_Arith_Template0_unopt(pArithDecoder, gbContext); in decode_Arith()
60 return decode_Arith_Template1_opt3(pArithDecoder, gbContext); in decode_Arith()
61 return decode_Arith_Template1_unopt(pArithDecoder, gbContext); in decode_Arith()
64 return decode_Arith_Template2_opt3(pArithDecoder, gbContext); in decode_Arith()
65 return decode_Arith_Template2_unopt(pArithDecoder, gbContext); in decode_Arith()
68 return decode_Arith_Template3_opt3(pArithDecoder, gbContext); in decode_Arith()
69 return decode_Arith_Template3_unopt(pArithDecoder, gbContext); in decode_Arith()
75 JBig2ArithCtx* gbContext) { in decode_Arith_Template0_opt3() argument
[all …]
DJBig2_SddProc.h25 std::vector<JBig2ArithCtx>* gbContext,
30 std::vector<JBig2ArithCtx>* gbContext,
DJBig2_SymbolDict.h36 void SetGbContext(const std::vector<JBig2ArithCtx>& gbContext) { in SetGbContext() argument
37 m_gbContext = gbContext; in SetGbContext()
DJBig2_PddProc.cpp18 JBig2ArithCtx* gbContext, in decode_Arith() argument
42 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr); in decode_Arith()
DJBig2_Context.cpp557 std::vector<JBig2ArithCtx> gbContext; in parseSymbolDict() local
561 gbContext = pLRSeg->m_SymbolDict->GbContext(); in parseSymbolDict()
562 if (gbContext.size() != gbContextSize) in parseSymbolDict()
572 gbContext.resize(gbContextSize); in parseSymbolDict()
599 pArithDecoder.get(), &gbContext, &grContext); in parseSymbolDict()
607 m_pStream.get(), &gbContext, &grContext); in parseSymbolDict()
625 pSegment->m_SymbolDict->SetGbContext(gbContext); in parseSymbolDict()
946 std::unique_ptr<JBig2ArithCtx, FxFreeDeleter> gbContext( in parsePatternDict() local
948 JBIG2_memset(gbContext.get(), 0, sizeof(JBig2ArithCtx) * size); in parsePatternDict()
952 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parsePatternDict()
[all …]
DJBig2_HtrdProc.cpp19 JBig2ArithCtx* gbContext, in decode_Arith() argument
68 GRD.Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr); in decode_Arith()
DJBig2_PddProc.h24 JBig2ArithCtx* gbContext,
DJBig2_HtrdProc.h24 JBig2ArithCtx* gbContext,
DJBig2_SddProc.cpp26 std::vector<JBig2ArithCtx>* gbContext, in decode_Arith() argument
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith()
264 std::vector<JBig2ArithCtx>* gbContext, in decode_Huffman() argument