Searched refs:CJBig2_ArithDecoder (Results 1 - 20 of 20) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithDecoder.h19 class CJBig2_ArithDecoder { class
21 explicit CJBig2_ArithDecoder(CJBig2_BitStream* pStream);
23 ~CJBig2_ArithDecoder();
H A DJBig2_GrdProc.h14 class CJBig2_ArithDecoder;
24 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* pArithDecode
[all...]
H A DJBig2_GrrdProc.h12 class CJBig2_ArithDecoder;
19 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_PddProc.h12 class CJBig2_ArithDecoder;
20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_GsidProc.h12 class CJBig2_ArithDecoder;
20 FX_DWORD* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_ArithDecoder.cpp89 CJBig2_ArithDecoder::CJBig2_ArithDecoder(CJBig2_BitStream* pStream) function in class:CJBig2_ArithDecoder
99 CJBig2_ArithDecoder::~CJBig2_ArithDecoder() {
102 int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx* pCX) {
124 void CJBig2_ArithDecoder::BYTEIN() {
144 void CJBig2_ArithDecoder::ReadValueA() {
H A DJBig2_HtrdProc.h14 class CJBig2_ArithDecoder;
21 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_ArithIntDecoder.cpp29 size_t RecursiveDecode(CJBig2_ArithDecoder* decoder,
54 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder,
88 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_TrdProc.h13 class CJBig2_ArithDecoder;
46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_SddProc.h23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_Context.h20 class CJBig2_ArithDecoder;
123 std::unique_ptr<CJBig2_ArithDecoder> m_pArithDecoder;
H A DJBig2_GrdProc.cpp42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
66 CJBig2_ArithDecoder* pArithDecoder,
156 CJBig2_ArithDecoder* pArithDecoder,
204 CJBig2_ArithDecoder* pArithDecoder,
293 CJBig2_ArithDecoder* pArithDecoder,
338 CJBig2_ArithDecoder* pArithDecoder,
427 CJBig2_ArithDecoder* pArithDecoder,
471 CJBig2_ArithDecoder* pArithDecoder,
546 CJBig2_ArithDecoder* pArithDecoder,
587 CJBig2_ArithDecoder* pArithDecode
[all...]
H A DJBig2_PddProc.cpp16 CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_TrdProc.cpp141 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
142 new CJBig2_ArithDecoder(pStream));
215 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_GsidProc.cpp17 FX_DWORD* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_HtrdProc.cpp14 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_Context.cpp621 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
622 new CJBig2_ArithDecoder(m_pStream.get()));
939 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
940 new CJBig2_ArithDecoder(m_pStream.get()));
993 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
994 new CJBig2_ArithDecoder(m_pStream.get()));
1059 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
1060 new CJBig2_ArithDecoder(m_pStream.get()));
1133 m_pArithDecoder.reset(new CJBig2_ArithDecoder(m_pStream.get()));
1243 std::unique_ptr<CJBig2_ArithDecoder> pArithDecode
[all...]
H A DJBig2_GrrdProc.cpp15 CJBig2_Image* CJBig2_GRRDProc::decode(CJBig2_ArithDecoder* pArithDecoder,
35 CJBig2_ArithDecoder* pArithDecoder,
150 CJBig2_ArithDecoder* pArithDecoder,
287 CJBig2_ArithDecoder* pArithDecoder,
388 CJBig2_ArithDecoder* pArithDecoder,
H A DJBig2_SddProc.cpp23 CJBig2_ArithDecoder* pArithDecoder,
511 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder(
512 new CJBig2_ArithDecoder(pStream));

Completed in 90 milliseconds