Searched refs:gbContext (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.h | 29 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 …]
|
D | JBig2_GrdProc.cpp | 48 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 …]
|
D | JBig2_SddProc.h | 25 std::vector<JBig2ArithCtx>* gbContext, 30 std::vector<JBig2ArithCtx>* gbContext,
|
D | JBig2_SymbolDict.h | 36 void SetGbContext(const std::vector<JBig2ArithCtx>& gbContext) { in SetGbContext() argument 37 m_gbContext = gbContext; in SetGbContext()
|
D | JBig2_PddProc.cpp | 18 JBig2ArithCtx* gbContext, in decode_Arith() argument 42 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr); in decode_Arith()
|
D | JBig2_Context.cpp | 557 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 …]
|
D | JBig2_HtrdProc.cpp | 19 JBig2ArithCtx* gbContext, in decode_Arith() argument 68 GRD.Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr); in decode_Arith()
|
D | JBig2_PddProc.h | 24 JBig2ArithCtx* gbContext,
|
D | JBig2_HtrdProc.h | 24 JBig2ArithCtx* gbContext,
|
D | JBig2_SddProc.cpp | 26 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
|