/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 62 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 70 ? DecodeArithOpt3(pArithDecoder, gbContext, 0) in DecodeArith() 71 : DecodeArithTemplateUnopt(pArithDecoder, gbContext, 0); in DecodeArith() 74 ? DecodeArithOpt3(pArithDecoder, gbContext, 1) in DecodeArith() 75 : DecodeArithTemplateUnopt(pArithDecoder, gbContext, 1); in DecodeArith() 78 ? DecodeArithOpt3(pArithDecoder, gbContext, 2) in DecodeArith() 79 : DecodeArithTemplateUnopt(pArithDecoder, gbContext, 2); in DecodeArith() 82 ? DecodeArithTemplate3Opt3(pArithDecoder, gbContext) in DecodeArith() 83 : DecodeArithTemplate3Unopt(pArithDecoder, gbContext); in DecodeArith() 88 CJBig2_ArithDecoder* pArithDecoder, in DecodeArithOpt3() argument [all …]
|
D | JBig2_GrrdProc.cpp | 20 CJBig2_ArithDecoder* pArithDecoder, in Decode() argument 29 return DecodeTemplate0Opt(pArithDecoder, grContext); in Decode() 31 return DecodeTemplate0Unopt(pArithDecoder, grContext); in Decode() 35 return DecodeTemplate1Opt(pArithDecoder, grContext); in Decode() 37 return DecodeTemplate1Unopt(pArithDecoder, grContext); in Decode() 41 CJBig2_ArithDecoder* pArithDecoder, in DecodeTemplate0Unopt() argument 51 if (pArithDecoder->IsComplete()) in DecodeTemplate0Unopt() 54 LTP = LTP ^ pArithDecoder->Decode(&grContext[0x0010]); in DecodeTemplate0Unopt() 76 if (pArithDecoder->IsComplete()) in DecodeTemplate0Unopt() 79 int bVal = pArithDecoder->Decode(&grContext[CONTEXT]); in DecodeTemplate0Unopt() [all …]
|
D | JBig2_ArithIntDecoder.cpp | 52 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() argument 58 const int S = pArithDecoder->Decode(&m_IAx[PREV]); in Decode() 62 RecursiveDecode(pArithDecoder, &m_IAx, &PREV, 0); in Decode() 66 int D = pArithDecoder->Decode(&m_IAx[PREV]); in Decode() 96 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() argument 101 int D = pArithDecoder->Decode(pCX); in Decode()
|
D | JBig2_GrdProc.h | 32 UnownedPtr<CJBig2_ArithDecoder> pArithDecoder; variable 40 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder, 82 CJBig2_ArithDecoder* pArithDecoder, 86 CJBig2_ArithDecoder* pArithDecoder, 90 CJBig2_ArithDecoder* pArithDecoder, 93 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_GrrdProc.h | 25 std::unique_ptr<CJBig2_Image> Decode(CJBig2_ArithDecoder* pArithDecoder, 39 CJBig2_ArithDecoder* pArithDecoder, 52 CJBig2_ArithDecoder* pArithDecoder, 56 CJBig2_ArithDecoder* pArithDecoder, 60 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.cpp | 187 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(pStream); in DecodeHuffman() local 188 IBI = pGRRD->Decode(pArithDecoder.get(), grContext); in DecodeHuffman() 224 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 237 if (!pIADT->Decode(pArithDecoder, &INITIAL_STRIPT)) in DecodeArith() 281 if (!pIADT->Decode(pArithDecoder, &INITIAL_DT)) in DecodeArith() 291 pIAFS->Decode(pArithDecoder, &DFS); in DecodeArith() 297 if (!pIADS->Decode(pArithDecoder, &IDS)) in DecodeArith() 308 pIAIT->Decode(pArithDecoder, &CURT); in DecodeArith() 316 pIAID->Decode(pArithDecoder, &IDI); in DecodeArith() 324 pIARI->Decode(pArithDecoder, &RI); in DecodeArith() [all …]
|
D | JBig2_SddProc.cpp | 30 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 59 IADH->Decode(pArithDecoder, &HCDH); in DecodeArith() 67 if (!IADW->Decode(pArithDecoder, &DW)) in DecodeArith() 97 BS = pGRD->DecodeArith(pArithDecoder, gbContext->data()); in DecodeArith() 102 IAAI->Decode(pArithDecoder, (int*)&REFAGGNINST); in DecodeArith() 162 BS = pDecoder->DecodeArith(pArithDecoder, grContext->data(), &ids); in DecodeArith() 168 IAID->Decode(pArithDecoder, &IDI); in DecodeArith() 178 IARDX->Decode(pArithDecoder, &RDXI); in DecodeArith() 179 IARDY->Decode(pArithDecoder, &RDYI); in DecodeArith() 193 BS = pGRRD->Decode(pArithDecoder, grContext->data()); in DecodeArith() [all …]
|
D | JBig2_PddProc.cpp | 16 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 40 state.pArithDecoder = pArithDecoder; in DecodeArith()
|
D | JBig2_ArithIntDecoder.h | 23 bool Decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult); 34 void Decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
|
D | JBig2_HtrdProc.cpp | 17 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() argument 68 state.pArithDecoder = pArithDecoder; in DecodeArith()
|
D | JBig2_Context.cpp | 542 auto pArithDecoder = in ParseSymbolDict() local 545 pArithDecoder.get(), &gbContext, &grContext); in ParseSymbolDict() 796 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseTextRegion() local 798 pTRD->DecodeArith(pArithDecoder.get(), grContext.get(), nullptr); in ParseTextRegion() 842 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParsePatternDict() local 844 pPDD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParsePatternDict() 909 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseHalftoneRegion() local 911 pHRD->DecodeArith(pArithDecoder.get(), gbContext.get(), pPause); in ParseHalftoneRegion() 983 state.pArithDecoder = m_pArithDecoder.get(); in ParseGenericRegion() 1079 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseGenericRefinementRegion() local [all …]
|
D | JBig2_PddProc.h | 24 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_HtrdProc.h | 24 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_SddProc.h | 30 CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.h | 57 std::unique_ptr<CJBig2_Image> DecodeArith(CJBig2_ArithDecoder* pArithDecoder,
|