Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h25 JBig2ArithCtx* gbContext);
29 JBig2ArithCtx* gbContext,
54 JBig2ArithCtx* gbContext,
59 JBig2ArithCtx* gbContext,
63 JBig2ArithCtx* gbContext,
68 JBig2ArithCtx* gbContext,
72 JBig2ArithCtx* gbContext,
77 JBig2ArithCtx* gbContext,
81 JBig2ArithCtx* gbContext,
86 JBig2ArithCtx* gbContext,
[all …]
DJBig2_GrdProc.cpp43 JBig2ArithCtx* gbContext) { in decode_Arith() argument
49 return decode_Arith_Template0_opt3(pArithDecoder, gbContext); in decode_Arith()
50 return decode_Arith_Template0_unopt(pArithDecoder, gbContext); in decode_Arith()
53 return decode_Arith_Template1_opt3(pArithDecoder, gbContext); in decode_Arith()
54 return decode_Arith_Template1_unopt(pArithDecoder, gbContext); in decode_Arith()
57 return decode_Arith_Template2_opt3(pArithDecoder, gbContext); in decode_Arith()
58 return decode_Arith_Template2_unopt(pArithDecoder, gbContext); in decode_Arith()
61 return decode_Arith_Template3_opt3(pArithDecoder, gbContext); in decode_Arith()
62 return decode_Arith_Template3_unopt(pArithDecoder, gbContext); in decode_Arith()
67 JBig2ArithCtx* gbContext) { in decode_Arith_Template0_opt3() argument
[all …]
DJBig2_SddProc.h24 std::vector<JBig2ArithCtx>* gbContext,
28 std::vector<JBig2ArithCtx>* gbContext,
DJBig2_SymbolDict.h37 void SetGbContext(const std::vector<JBig2ArithCtx>& gbContext) { in SetGbContext() argument
38 m_gbContext = gbContext; in SetGbContext()
DJBig2_PddProc.cpp17 JBig2ArithCtx* gbContext, in decode_Arith() argument
44 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr); in decode_Arith()
DJBig2_Context.cpp563 std::vector<JBig2ArithCtx> gbContext; in parseSymbolDict() local
567 gbContext = pLRSeg->m_Result.sd->GbContext(); in parseSymbolDict()
568 if (gbContext.size() != gbContextSize) in parseSymbolDict()
578 gbContext.resize(gbContextSize); in parseSymbolDict()
606 pArithDecoder.get(), &gbContext, &grContext); in parseSymbolDict()
614 m_pStream.get(), &gbContext, &grContext, pPause); in parseSymbolDict()
632 pSegment->m_Result.sd->SetGbContext(gbContext); in parseSymbolDict()
956 std::unique_ptr<JBig2ArithCtx, FxFreeDeleter> gbContext( in parsePatternDict() local
958 JBIG2_memset(gbContext.get(), 0, sizeof(JBig2ArithCtx) * size); in parsePatternDict()
962 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parsePatternDict()
[all …]
DJBig2_HtrdProc.cpp16 JBig2ArithCtx* gbContext, in decode_Arith() argument
52 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause); in decode_Arith()
DJBig2_GsidProc.cpp18 JBig2ArithCtx* gbContext, in decode_Arith() argument
47 pGRD->Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr); in decode_Arith()
DJBig2_PddProc.h21 JBig2ArithCtx* gbContext,
DJBig2_GsidProc.h21 JBig2ArithCtx* gbContext,
DJBig2_HtrdProc.h21 JBig2ArithCtx* gbContext,
DJBig2_SddProc.cpp25 std::vector<JBig2ArithCtx>* gbContext, in decode_Arith() argument
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith()
294 std::vector<JBig2ArithCtx>* gbContext, in decode_Huffman() argument