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

/external/pdfium/core/src/fxcodec/jbig2/
H A 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...]
H A DJBig2_GrrdProc.h19 CJBig2_Image* decode(CJBig2_ArithDecoder* pArithDecoder,
22 CJBig2_Image* decode_Template0_unopt(CJBig2_ArithDecoder* pArithDecoder,
25 CJBig2_Image* decode_Template0_opt(CJBig2_ArithDecoder* pArithDecoder,
28 CJBig2_Image* decode_Template1_unopt(CJBig2_ArithDecoder* pArithDecoder,
31 CJBig2_Image* decode_Template1_opt(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_ArithIntDecoder.h22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult);
33 void decode(CJBig2_ArithDecoder* pArithDecoder, FX_DWORD* nResult);
H A DJBig2_ArithIntDecoder.cpp54 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, argument
57 const int S = pArithDecoder->DECODE(&m_IAx[PREV]);
61 RecursiveDecode(pArithDecoder, &m_IAx, &PREV, 0);
65 int D = pArithDecoder->DECODE(&m_IAx[PREV]);
88 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, argument
93 int D = pArithDecoder->DECODE(pCX);
H A DJBig2_PddProc.h20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_GrdProc.cpp42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, argument
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);
66 CJBig2_ArithDecoder* pArithDecoder,
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_GsidProc.h20 FX_DWORD* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_TrdProc.cpp141 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
143 IBI = pGRRD->decode(pArithDecoder.get(), grContext);
215 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, argument
261 IADT->decode(pArithDecoder, &STRIPT);
267 IADT->decode(pArithDecoder, &DT);
273 IAFS->decode(pArithDecoder, &DFS);
278 if (!IADS->decode(pArithDecoder, &IDS))
287 IAIT->decode(pArithDecoder, &CURT);
291 IAID->decode(pArithDecoder, &IDI);
298 IARI->decode(pArithDecoder,
[all...]
H A DJBig2_HtrdProc.h21 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_SddProc.h23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_GrrdProc.cpp15 CJBig2_Image* CJBig2_GRRDProc::decode(CJBig2_ArithDecoder* pArithDecoder, argument
24 return decode_Template0_opt(pArithDecoder, grContext);
26 return decode_Template0_unopt(pArithDecoder, grContext);
30 return decode_Template1_opt(pArithDecoder, grContext);
31 return decode_Template1_unopt(pArithDecoder, grContext);
35 CJBig2_ArithDecoder* pArithDecoder,
45 SLTP = pArithDecoder->DECODE(&grContext[0x0010]);
74 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
126 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
150 CJBig2_ArithDecoder* pArithDecoder,
34 decode_Template0_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
149 decode_Template0_opt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
286 decode_Template1_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
387 decode_Template1_opt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
[all...]
H A DJBig2_PddProc.cpp16 CJBig2_ArithDecoder* pArithDecoder,
44 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr);
15 decode_Arith( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* gbContext, IFX_Pause* pPause) argument
H A DJBig2_TrdProc.h46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_SddProc.cpp23 CJBig2_ArithDecoder* pArithDecoder,
69 IADH->decode(pArithDecoder, &HCDH);
77 if (!IADW->decode(pArithDecoder, &DW))
110 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data());
115 IAAI->decode(pArithDecoder, (int*)&REFAGGNINST);
195 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);
204 IAID->decode(pArithDecoder, &IDI);
205 IARDX->decode(pArithDecoder, &RDXI);
206 IARDY->decode(pArithDecoder, &RDYI);
230 BS = pGRRD->decode(pArithDecoder, grContex
22 decode_Arith( CJBig2_ArithDecoder* pArithDecoder, std::vector<JBig2ArithCtx>* gbContext, std::vector<JBig2ArithCtx>* grContext) argument
[all...]
H A DJBig2_GsidProc.cpp17 FX_DWORD* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, argument
47 pGRD->Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr);
H A DJBig2_HtrdProc.cpp14 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, argument
51 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
H A DJBig2_Context.cpp621 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
624 pArithDecoder.get(), &gbContext, &grContext);
939 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
943 pTRD->decode_Arith(pArithDecoder.get(), grContext.get());
993 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
996 pPDD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause);
1059 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
1062 pHRD->decode_Arith(pArithDecoder.get(), gbContext.get(), pPause);
1243 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
1246 pSegment->m_Result.im = pGRRD->decode(pArithDecoder
[all...]

Completed in 85 milliseconds