Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp64 JBig2ArithCtx* gbContext) { in DecodeArith() argument
71 ? DecodeArithOpt3(pArithDecoder, gbContext, 0) in DecodeArith()
72 : DecodeArithTemplateUnopt(pArithDecoder, gbContext, 0); in DecodeArith()
75 ? DecodeArithOpt3(pArithDecoder, gbContext, 1) in DecodeArith()
76 : DecodeArithTemplateUnopt(pArithDecoder, gbContext, 1); in DecodeArith()
79 ? DecodeArithOpt3(pArithDecoder, gbContext, 2) in DecodeArith()
80 : DecodeArithTemplateUnopt(pArithDecoder, gbContext, 2); in DecodeArith()
83 ? DecodeArithTemplate3Opt3(pArithDecoder, gbContext) in DecodeArith()
84 : DecodeArithTemplate3Unopt(pArithDecoder, gbContext); in DecodeArith()
90 JBig2ArithCtx* gbContext, in DecodeArithOpt3() argument
[all …]
DJBig2_GrdProc.h32 UnownedPtr<JBig2ArithCtx> gbContext; variable
40 JBig2ArithCtx* gbContext);
82 JBig2ArithCtx* gbContext,
86 JBig2ArithCtx* gbContext,
90 JBig2ArithCtx* gbContext);
93 JBig2ArithCtx* gbContext);
DJBig2_PddProc.cpp18 JBig2ArithCtx* gbContext, in DecodeArith() argument
42 state.gbContext = gbContext; in DecodeArith()
DJBig2_SddProc.h29 std::vector<JBig2ArithCtx>* gbContext,
34 std::vector<JBig2ArithCtx>* gbContext,
DJBig2_SymbolDict.h35 void SetGbContext(std::vector<JBig2ArithCtx> gbContext) { in SetGbContext() argument
36 m_gbContext = std::move(gbContext); in SetGbContext()
DJBig2_HtrdProc.cpp19 JBig2ArithCtx* gbContext, in DecodeArith() argument
70 state.gbContext = gbContext; in DecodeArith()
DJBig2_Context.cpp498 std::vector<JBig2ArithCtx> gbContext; in ParseSymbolDict() local
502 gbContext = pLRSeg->m_SymbolDict->GbContext(); in ParseSymbolDict()
503 if (gbContext.size() != gbContextSize) in ParseSymbolDict()
513 gbContext.resize(gbContextSize); in ParseSymbolDict()
540 pArithDecoder.get(), &gbContext, &grContext); in ParseSymbolDict()
548 m_pStream.get(), &gbContext, &grContext); in ParseSymbolDict()
566 pSegment->m_SymbolDict->SetGbContext(std::move(gbContext)); in ParseSymbolDict()
831 std::unique_ptr<JBig2ArithCtx, FxFreeDeleter> gbContext( in ParsePatternDict() local
836 pPDD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParsePatternDict()
899 std::unique_ptr<JBig2ArithCtx, FxFreeDeleter> gbContext( in ParseHalftoneRegion() local
[all …]
DJBig2_PddProc.h25 JBig2ArithCtx* gbContext,
DJBig2_HtrdProc.h24 JBig2ArithCtx* gbContext,
DJBig2_SddProc.cpp32 std::vector<JBig2ArithCtx>* gbContext, in DecodeArith() argument
118 BS = pGRD->DecodeArith(pArithDecoder, gbContext->data()); in DecodeArith()
263 std::vector<JBig2ArithCtx>* gbContext, in DecodeHuffman() argument