Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h14 class CJBig2_ArithDecoder; variable
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* pArithDecoder,
[all …]
DJBig2_GrrdProc.h12 class CJBig2_ArithDecoder; variable
18 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_ArithDecoder.cpp58 CJBig2_ArithDecoder::CJBig2_ArithDecoder(CJBig2_BitStream* pStream) in CJBig2_ArithDecoder() function in CJBig2_ArithDecoder
68 CJBig2_ArithDecoder::~CJBig2_ArithDecoder() {} in ~CJBig2_ArithDecoder()
70 int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx* pCX) { in DECODE()
92 void CJBig2_ArithDecoder::BYTEIN() { in BYTEIN()
112 void CJBig2_ArithDecoder::ReadValueA() { in ReadValueA()
DJBig2_ArithDecoder.h19 class CJBig2_ArithDecoder {
21 explicit CJBig2_ArithDecoder(CJBig2_BitStream* pStream);
23 ~CJBig2_ArithDecoder();
DJBig2_ArithIntDecoder.cpp26 size_t RecursiveDecode(CJBig2_ArithDecoder* decoder, in RecursiveDecode()
50 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
83 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
DJBig2_ArithIntDecoder.h22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult);
33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
DJBig2_PddProc.h12 class CJBig2_ArithDecoder; variable
20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_GsidProc.h12 class CJBig2_ArithDecoder; variable
20 uint32_t* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_HtrdProc.h13 class CJBig2_ArithDecoder; variable
20 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_GrdProc.cpp42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
66 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template0_opt3()
148 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template0_unopt()
192 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template1_opt3()
273 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template1_unopt()
315 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template2_opt3()
396 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template2_unopt()
436 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template3_opt3()
503 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template3_unopt()
540 CJBig2_ArithDecoder* pArithDecoder, in Start_decode_Arith()
[all …]
DJBig2_TrdProc.h13 class CJBig2_ArithDecoder; variable
46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_Context.h20 class CJBig2_ArithDecoder; variable
101 std::unique_ptr<CJBig2_ArithDecoder> m_pArithDecoder;
DJBig2_Context.cpp603 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseSymbolDict()
604 new CJBig2_ArithDecoder(m_pStream.get())); in parseSymbolDict()
905 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseTextRegion()
906 new CJBig2_ArithDecoder(m_pStream.get())); in parseTextRegion()
959 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parsePatternDict()
960 new CJBig2_ArithDecoder(m_pStream.get())); in parsePatternDict()
1025 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseHalftoneRegion()
1026 new CJBig2_ArithDecoder(m_pStream.get())); in parseHalftoneRegion()
1099 pdfium::MakeUnique<CJBig2_ArithDecoder>(m_pStream.get()); in parseGenericRegion()
1205 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseGenericRefinementRegion()
[all …]
DJBig2_GrrdProc.cpp15 CJBig2_Image* CJBig2_GRRDProc::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
35 CJBig2_ArithDecoder* pArithDecoder, in decode_Template0_unopt()
151 CJBig2_ArithDecoder* pArithDecoder, in decode_Template0_opt()
283 CJBig2_ArithDecoder* pArithDecoder, in decode_Template1_unopt()
385 CJBig2_ArithDecoder* pArithDecoder, in decode_Template1_opt()
DJBig2_SddProc.h23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
DJBig2_TrdProc.cpp137 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in decode_Huffman()
138 new CJBig2_ArithDecoder(pStream)); in decode_Huffman()
211 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
DJBig2_PddProc.cpp16 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
DJBig2_HtrdProc.cpp15 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
DJBig2_GsidProc.cpp17 uint32_t* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
DJBig2_SddProc.cpp24 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
506 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in decode_Huffman()
507 new CJBig2_ArithDecoder(pStream)); in decode_Huffman()