/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 63 CJBig2_ArithDecoder* pArithDecoder, 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() 89 CJBig2_ArithDecoder* pArithDecoder, in DecodeArithOpt3() argument [all …]
|
D | JBig2_GrrdProc.cpp | 21 CJBig2_ArithDecoder* pArithDecoder, in Decode() argument 30 return DecodeTemplate0Opt(pArithDecoder, grContext); in Decode() 32 return DecodeTemplate0Unopt(pArithDecoder, grContext); in Decode() 36 return DecodeTemplate1Opt(pArithDecoder, grContext); in Decode() 38 return DecodeTemplate1Unopt(pArithDecoder, grContext); in Decode() 42 CJBig2_ArithDecoder* pArithDecoder, in DecodeTemplate0Unopt() argument 52 if (pArithDecoder->IsComplete()) in DecodeTemplate0Unopt() 55 LTP = LTP ^ pArithDecoder->Decode(&grContext[0x0010]); in DecodeTemplate0Unopt() 77 if (pArithDecoder->IsComplete()) in DecodeTemplate0Unopt() 80 int bVal = pArithDecoder->Decode(&grContext[CONTEXT]); in DecodeTemplate0Unopt() [all …]
|
D | JBig2_GrrdProc.h | 24 std::unique_ptr<CJBig2_Image> Decode(CJBig2_ArithDecoder* pArithDecoder, 38 CJBig2_ArithDecoder* pArithDecoder, 51 CJBig2_ArithDecoder* pArithDecoder, 55 CJBig2_ArithDecoder* pArithDecoder, 59 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_ArithIntDecoder.cpp | 50 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() argument 56 const int S = pArithDecoder->Decode(&m_IAx[PREV]); in Decode() 60 RecursiveDecode(pArithDecoder, &m_IAx, &PREV, 0); in Decode() 64 int D = pArithDecoder->Decode(&m_IAx[PREV]); in Decode() 95 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() argument 100 int D = pArithDecoder->Decode(pCX); in Decode()
|
D | JBig2_GrdProc.h | 31 UnownedPtr<CJBig2_ArithDecoder> pArithDecoder; variable 39 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder, 81 CJBig2_ArithDecoder* pArithDecoder, 85 CJBig2_ArithDecoder* pArithDecoder, 89 CJBig2_ArithDecoder* pArithDecoder, 92 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.cpp | 189 auto pArithDecoder = pdfium::MakeUnique<CJBig2_ArithDecoder>(pStream); in DecodeHuffman() local 190 IBI = pGRRD->Decode(pArithDecoder.get(), grContext); in DecodeHuffman() 226 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 239 if (!pIADT->Decode(pArithDecoder, &INITIAL_STRIPT)) in DecodeArith() 283 if (!pIADT->Decode(pArithDecoder, &INITIAL_DT)) in DecodeArith() 293 pIAFS->Decode(pArithDecoder, &DFS); in DecodeArith() 299 if (!pIADS->Decode(pArithDecoder, &IDS)) in DecodeArith() 310 pIAIT->Decode(pArithDecoder, &CURT); in DecodeArith() 318 pIAID->Decode(pArithDecoder, &IDI); in DecodeArith() 326 pIARI->Decode(pArithDecoder, &RI); in DecodeArith() [all …]
|
D | JBig2_SddProc.cpp | 31 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 77 IADH->Decode(pArithDecoder, &HCDH); in DecodeArith() 85 if (!IADW->Decode(pArithDecoder, &DW)) in DecodeArith() 118 BS = pGRD->DecodeArith(pArithDecoder, gbContext->data()); in DecodeArith() 122 IAAI->Decode(pArithDecoder, (int*)&REFAGGNINST); in DecodeArith() 182 BS = pDecoder->DecodeArith(pArithDecoder, grContext->data(), &ids); in DecodeArith() 188 IAID->Decode(pArithDecoder, &IDI); in DecodeArith() 189 IARDX->Decode(pArithDecoder, &RDXI); in DecodeArith() 190 IARDY->Decode(pArithDecoder, &RDYI); in DecodeArith() 213 BS = pGRRD->Decode(pArithDecoder, grContext->data()); in DecodeArith() [all …]
|
D | JBig2_ArithIntDecoder.h | 22 bool Decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult); 33 void Decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
|
D | JBig2_PddProc.cpp | 17 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 41 state.pArithDecoder = pArithDecoder; in DecodeArith()
|
D | JBig2_HtrdProc.cpp | 18 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 69 state.pArithDecoder = pArithDecoder; in DecodeArith()
|
D | JBig2_Context.cpp | 537 auto pArithDecoder = in ParseSymbolDict() local 540 pArithDecoder.get(), &gbContext, &grContext); in ParseSymbolDict() 782 auto pArithDecoder = in ParseTextRegion() local 786 pTRD->DecodeArith(pArithDecoder.get(), grContext.get(), nullptr); in ParseTextRegion() 833 auto pArithDecoder = in ParsePatternDict() local 836 pPDD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParsePatternDict() 901 auto pArithDecoder = in ParseHalftoneRegion() local 904 pHRD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParseHalftoneRegion() 977 state.pArithDecoder = m_pArithDecoder.get(); in ParseGenericRegion() 1083 auto pArithDecoder = pdfium::MakeUnique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseGenericRefinementRegion() local [all …]
|
D | JBig2_PddProc.h | 24 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_SddProc.h | 28 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_HtrdProc.h | 23 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.h | 56 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|