Searched defs:gbContext (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GsidProc.cpp18 JBig2ArithCtx* gbContext,
47 pGRD->Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr);
17 decode_Arith(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
H A DJBig2_PddProc.cpp17 JBig2ArithCtx* gbContext,
44 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr);
15 decode_Arith( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
H A DJBig2_HtrdProc.cpp15 JBig2ArithCtx* gbContext,
51 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
14 decode_Arith(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
H A DJBig2_SymbolDict.h35 void SetGbContext(const std::vector<JBig2ArithCtx>& gbContext) { argument
36 m_gbContext = gbContext;
H A DJBig2_GrdProc.cpp43 JBig2ArithCtx* gbContext) {
49 return decode_Arith_Template0_opt3(pArithDecoder, gbContext);
50 return decode_Arith_Template0_unopt(pArithDecoder, gbContext);
53 return decode_Arith_Template1_opt3(pArithDecoder, gbContext);
54 return decode_Arith_Template1_unopt(pArithDecoder, gbContext);
57 return decode_Arith_Template2_opt3(pArithDecoder, gbContext);
58 return decode_Arith_Template2_unopt(pArithDecoder, gbContext);
61 return decode_Arith_Template3_opt3(pArithDecoder, gbContext);
62 return decode_Arith_Template3_unopt(pArithDecoder, gbContext);
67 JBig2ArithCtx* gbContext) {
42 decode_Arith(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
65 decode_Arith_Template0_opt3( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
155 decode_Arith_Template0_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
203 decode_Arith_Template1_opt3( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
292 decode_Arith_Template1_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
337 decode_Arith_Template2_opt3( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
426 decode_Arith_Template2_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
470 decode_Arith_Template3_opt3( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
545 decode_Arith_Template3_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext) argument
585 Start_decode_Arith( CJBig2_Image** pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
695 decode_Arith_Template0_opt3( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
790 decode_Arith_Template0_unopt( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
845 decode_Arith_Template1_opt3( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
939 decode_Arith_Template1_unopt( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
990 decode_Arith_Template2_opt3( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
1084 decode_Arith_Template2_unopt( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
1135 decode_Arith_Template3_opt3( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
1215 decode_Arith_Template3_unopt( CJBig2_Image* pImage, CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
[all...]
H A DJBig2_SddProc.cpp24 std::vector<JBig2ArithCtx>* gbContext,
110 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data());
290 std::vector<JBig2ArithCtx>* gbContext,
22 decode_Arith( CJBig2_ArithDecoder* pArithDecoder, std::vector<JBig2ArithCtx>* gbContext, std::vector<JBig2ArithCtx>* grContext) argument
288 decode_Huffman( CJBig2_BitStream* pStream, std::vector<JBig2ArithCtx>* gbContext, std::vector<JBig2ArithCtx>* grContext, IFX_Pause* pPause) argument
H A DJBig2_Context.cpp582 std::vector<JBig2ArithCtx> gbContext; local
586 gbContext = pLRSeg->m_Result.sd->GbContext();
587 if (gbContext.size() != gbContextSize)
597 gbContext.resize(gbContextSize);
624 pArithDecoder.get(), &gbContext, &grContext);
632 m_pStream.get(), &gbContext, &grContext, pPause);
649 pSegment->m_Result.sd->SetGbContext(gbContext);
990 std::unique_ptr<JBig2ArithCtx, FxFreeDeleter> gbContext(
992 JBIG2_memset(gbContext.get(), 0, sizeof(JBig2ArithCtx) * size);
996 pPDD->decode_Arith(pArithDecoder.get(), gbContext
[all...]

Completed in 83 milliseconds