Home
last modified time | relevance | path

Searched refs:pArithDecoder (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
28 CJBig2_ArithDecoder* pArithDecoder,
53 CJBig2_ArithDecoder* pArithDecoder,
58 CJBig2_ArithDecoder* pArithDecoder,
62 CJBig2_ArithDecoder* pArithDecoder,
67 CJBig2_ArithDecoder* pArithDecoder,
71 CJBig2_ArithDecoder* pArithDecoder,
76 CJBig2_ArithDecoder* pArithDecoder,
80 CJBig2_ArithDecoder* pArithDecoder,
85 CJBig2_ArithDecoder* pArithDecoder,
[all …]
DJBig2_GrdProc.cpp42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 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()
66 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template0_opt3() argument
[all …]
DJBig2_GrrdProc.h18 CJBig2_Image* decode(CJBig2_ArithDecoder* pArithDecoder,
21 CJBig2_Image* decode_Template0_unopt(CJBig2_ArithDecoder* pArithDecoder,
24 CJBig2_Image* decode_Template0_opt(CJBig2_ArithDecoder* pArithDecoder,
27 CJBig2_Image* decode_Template1_unopt(CJBig2_ArithDecoder* pArithDecoder,
30 CJBig2_Image* decode_Template1_opt(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_ArithIntDecoder.cpp50 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() argument
53 const int S = pArithDecoder->DECODE(&m_IAx[PREV]); in decode()
57 RecursiveDecode(pArithDecoder, &m_IAx, &PREV, 0); in decode()
61 int D = pArithDecoder->DECODE(&m_IAx[PREV]); in decode()
83 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() argument
88 int D = pArithDecoder->DECODE(pCX); in decode()
DJBig2_TrdProc.cpp137 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in decode_Huffman() local
139 IBI = pGRRD->decode(pArithDecoder.get(), grContext); in decode_Huffman()
211 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() argument
270 if (!pIADT->decode(pArithDecoder, &STRIPT)) in decode_Arith()
279 if (!pIADT->decode(pArithDecoder, &DT)) in decode_Arith()
287 pIAFS->decode(pArithDecoder, &DFS); in decode_Arith()
293 if (!pIADS->decode(pArithDecoder, &IDS)) in decode_Arith()
302 pIAIT->decode(pArithDecoder, &CURT); in decode_Arith()
306 pIAID->decode(pArithDecoder, &IDI); in decode_Arith()
314 pIARI->decode(pArithDecoder, &RI); in decode_Arith()
[all …]
DJBig2_GrrdProc.cpp15 CJBig2_Image* CJBig2_GRRDProc::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() argument
24 return decode_Template0_opt(pArithDecoder, grContext); in decode()
26 return decode_Template0_unopt(pArithDecoder, grContext); in decode()
30 return decode_Template1_opt(pArithDecoder, grContext); in decode()
31 return decode_Template1_unopt(pArithDecoder, grContext); in decode()
35 CJBig2_ArithDecoder* pArithDecoder, in decode_Template0_unopt() argument
42 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]); in decode_Template0_unopt()
72 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); in decode_Template0_unopt()
127 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]); in decode_Template0_unopt()
151 CJBig2_ArithDecoder* pArithDecoder, in decode_Template0_opt() argument
[all …]
DJBig2_SddProc.cpp24 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() argument
71 IADH->decode(pArithDecoder, &HCDH); in decode_Arith()
79 if (!IADW->decode(pArithDecoder, &DW)) in decode_Arith()
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith()
117 IAAI->decode(pArithDecoder, (int*)&REFAGGNINST); in decode_Arith()
189 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids); in decode_Arith()
198 IAID->decode(pArithDecoder, &IDI); in decode_Arith()
199 IARDX->decode(pArithDecoder, &RDXI); in decode_Arith()
200 IARDY->decode(pArithDecoder, &RDYI); in decode_Arith()
224 BS = pGRRD->decode(pArithDecoder, grContext->data()); in decode_Arith()
[all …]
DJBig2_ArithIntDecoder.h22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult);
33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
DJBig2_PddProc.cpp16 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() argument
44 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr); in decode_Arith()
DJBig2_HtrdProc.cpp15 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() argument
52 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause); in decode_Arith()
DJBig2_GsidProc.cpp17 uint32_t* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() argument
47 pGRD->Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr); in decode_Arith()
DJBig2_PddProc.h20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_GsidProc.h20 uint32_t* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_HtrdProc.h20 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_SddProc.h23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_Context.cpp603 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseSymbolDict() local
606 pArithDecoder.get(), &gbContext, &grContext); in parseSymbolDict()
905 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseTextRegion() local
909 pTRD->decode_Arith(pArithDecoder.get(), grContext.get(), nullptr); in parseTextRegion()
959 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parsePatternDict() local
962 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parsePatternDict()
1025 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseHalftoneRegion() local
1028 pHRD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause); in parseHalftoneRegion()
1205 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseGenericRefinementRegion() local
1208 pSegment->m_Result.im = pGRRD->decode(pArithDecoder.get(), grContext.get()); in parseGenericRefinementRegion()
DJBig2_TrdProc.h46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,